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

spell: add getfattr in the ignore list

This commit is contained in:
Sylvestre Ledru 2025-04-24 21:53:55 +02:00
parent 8298173554
commit 4a94a4e1dc
4 changed files with 4 additions and 3 deletions

View file

@ -47,6 +47,7 @@ flamegraph
fsxattr fsxattr
fullblock fullblock
getfacl getfacl
getfattr
getopt getopt
gibi gibi
gibibytes gibibytes

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 (flags) reflink (fs) tmpfs (linux) rlimit Rlim NOFILE clob btrfs neve ROOTDIR USERDIR procfs outfile uufs xattrs // spell-checker:ignore (flags) reflink (fs) tmpfs (linux) rlimit Rlim NOFILE clob btrfs neve ROOTDIR USERDIR procfs outfile uufs xattrs
// spell-checker:ignore bdfl hlsl IRWXO IRWXG getfattr // spell-checker:ignore bdfl hlsl IRWXO IRWXG
use uutests::at_and_ucmd; use uutests::at_and_ucmd;
use uutests::new_ucmd; use uutests::new_ucmd;
use uutests::path_concat; use uutests::path_concat;

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 bindgen getfattr testtest // spell-checker:ignore bindgen testtest
#![allow(clippy::cast_sign_loss, clippy::cast_possible_truncation)] #![allow(clippy::cast_sign_loss, clippy::cast_possible_truncation)]

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 getfattr nconfined // spell-checker:ignore nconfined
use uutests::new_ucmd; use uutests::new_ucmd;
use uutests::util::TestScenario; use uutests::util::TestScenario;