1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

dircolors: ignore spell issues

This commit is contained in:
Sylvestre Ledru 2025-01-14 23:24:38 +01:00
parent 591cdc1d31
commit 106873171d
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
// spell-checker:ignore (ToDO) clrtoeol dircolors eightbit endcode fnmatch leftcode multihardlink rightcode setenv sgid suid colorterm // spell-checker:ignore (ToDO) clrtoeol dircolors eightbit endcode fnmatch leftcode multihardlink rightcode setenv sgid suid colorterm disp
use std::borrow::Borrow; use std::borrow::Borrow;
use std::env; use std::env;

View file

@ -2,7 +2,7 @@
// //
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
// spell-checker:ignore overridable // spell-checker:ignore overridable colorterm
use crate::common::util::TestScenario; use crate::common::util::TestScenario;
use dircolors::{guess_syntax, OutputFmt, StrUtils}; use dircolors::{guess_syntax, OutputFmt, StrUtils};