Skip to content

Commit 5cca390

Browse files
committed
chore(spell-checker): update ignore list to include statx and behaviour
Add "statx" (a Linux system call name) and "behaviour" (potential spelling variant) to the spell-checker ignore comment in the rm utility's Linux platform code, preventing false positives in linting.
1 parent b7f18a0 commit 5cca390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/rm/src/platform/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// Linux-specific implementations for the rm utility
77

8-
// spell-checker:ignore fstatat unlinkat
8+
// spell-checker:ignore fstatat unlinkat statx behaviour
99

1010
use indicatif::ProgressBar;
1111
use std::ffi::OsStr;

0 commit comments

Comments
 (0)