1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

du,uucore: add words to spell-checker:ignore

This commit is contained in:
Daniel Hofstetter 2024-04-24 16:45:16 +02:00
parent 61e0450c66
commit 89af8b9769
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,9 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // 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 //! Format sizes like gnulibs human_readable() would

View file

@ -3,7 +3,7 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // 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))] #[cfg(not(windows))]
use regex::Regex; use regex::Regex;