Skip to content

Commit 89af8b9

Browse files
committed
du,uucore: add words to spell-checker:ignore
1 parent 61e0450 commit 89af8b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/uucore/src/lib/features/format/human.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
55

6-
//! `human`-size formating
6+
// spell-checker:ignore gnulibs sfmt
7+
8+
//! `human`-size formatting
79
//!
810
//! Format sizes like gnulibs human_readable() would
911

tests/by-util/test_du.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
55

6-
// spell-checker:ignore (paths) atim sublink subwords azerty azeaze xcwww azeaz amaz azea qzerty tazerty tsublink testfile1 testfile2 filelist testdir testfile
6+
// spell-checker:ignore (paths) atim sublink subwords azerty azeaze xcwww azeaz amaz azea qzerty tazerty tsublink testfile1 testfile2 filelist fpath testdir testfile
77
#[cfg(not(windows))]
88
use regex::Regex;
99

0 commit comments

Comments
 (0)