1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +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

@ -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 (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::new_ucmd;
use uutests::path_concat;

View file

@ -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 bindgen getfattr testtest
// spell-checker:ignore bindgen testtest
#![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
// file that was distributed with this source code.
// spell-checker:ignore getfattr nconfined
// spell-checker:ignore nconfined
use uutests::new_ucmd;
use uutests::util::TestScenario;