1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +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

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