Skip to content

Commit be1ea65

Browse files
committed
chore(sort): add localeconv to spell-checker ignore list
- Updated the spell-checker ignore comment in sort.rs to include "localeconv", preventing false positives for this technical term likely used in locale-related code.
1 parent e9241ac commit be1ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/sort/src/sort.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html
88
// https://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html
99

10-
// spell-checker:ignore (misc) HFKJFK Mbdfhn getrlimit RLIMIT_NOFILE rlim bigdecimal extendedbigdecimal hexdigit behaviour keydef
10+
// spell-checker:ignore (misc) HFKJFK Mbdfhn getrlimit RLIMIT_NOFILE rlim bigdecimal extendedbigdecimal hexdigit behaviour keydef localeconv
1111

1212
mod buffer_hint;
1313
mod check;

0 commit comments

Comments
 (0)