From 89af8b976978c33edf8a297cd362fe76e6e7c2a3 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 24 Apr 2024 16:45:16 +0200 Subject: [PATCH] du,uucore: add words to spell-checker:ignore --- src/uucore/src/lib/features/format/human.rs | 4 +++- tests/by-util/test_du.rs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/uucore/src/lib/features/format/human.rs b/src/uucore/src/lib/features/format/human.rs index 8767af90e..28d143a42 100644 --- a/src/uucore/src/lib/features/format/human.rs +++ b/src/uucore/src/lib/features/format/human.rs @@ -3,7 +3,9 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -//! `human`-size formating +// spell-checker:ignore gnulibs sfmt + +//! `human`-size formatting //! //! Format sizes like gnulibs human_readable() would diff --git a/tests/by-util/test_du.rs b/tests/by-util/test_du.rs index a71cd4623..a1c7bfb93 100644 --- a/tests/by-util/test_du.rs +++ b/tests/by-util/test_du.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 (paths) atim sublink subwords azerty azeaze xcwww azeaz amaz azea qzerty tazerty tsublink testfile1 testfile2 filelist testdir testfile +// spell-checker:ignore (paths) atim sublink subwords azerty azeaze xcwww azeaz amaz azea qzerty tazerty tsublink testfile1 testfile2 filelist fpath testdir testfile #[cfg(not(windows))] use regex::Regex;