Skip to content

Commit 4a94a4e

Browse files
committed
spell: add getfattr in the ignore list
1 parent 8298173 commit 4a94a4e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.vscode/cspell.dictionaries/jargon.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ flamegraph
4747
fsxattr
4848
fullblock
4949
getfacl
50+
getfattr
5051
getopt
5152
gibi
5253
gibibytes

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

tests/by-util/test_mkdir.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 bindgen getfattr testtest
6+
// spell-checker:ignore bindgen testtest
77

88
#![allow(clippy::cast_sign_loss, clippy::cast_possible_truncation)]
99

tests/by-util/test_mknod.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 getfattr nconfined
6+
// spell-checker:ignore nconfined
77

88
use uutests::new_ucmd;
99
use uutests::util::TestScenario;

0 commit comments

Comments
 (0)