Skip to content

Commit

Permalink
dircolors: ignore spell issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 14, 2025
1 parent 591cdc1 commit 1068731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uu/dircolors/src/dircolors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/by-util/test_dircolors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 1068731

Please sign in to comment.