From 106873171d4f4a195d09da653ec637f7c16cbb99 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 14 Jan 2025 23:24:38 +0100 Subject: [PATCH] dircolors: ignore spell issues --- src/uu/dircolors/src/dircolors.rs | 2 +- tests/by-util/test_dircolors.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/dircolors/src/dircolors.rs b/src/uu/dircolors/src/dircolors.rs index 06e109e2b..c5b2e49f9 100644 --- a/src/uu/dircolors/src/dircolors.rs +++ b/src/uu/dircolors/src/dircolors.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // 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::env; diff --git a/tests/by-util/test_dircolors.rs b/tests/by-util/test_dircolors.rs index 909d904c4..ffabe2923 100644 --- a/tests/by-util/test_dircolors.rs +++ b/tests/by-util/test_dircolors.rs @@ -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};