Skip to content

Commit a476496

Browse files
committed
chore(tests): add 'dfgi' to spell-checker ignore list in test_sort.rs
This update prevents spell-check warnings for 'dfgi', which appears as a test term in the sort utility tests, ensuring consistent linting without flagging non-standard words.
1 parent 4e77ab8 commit a476496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_sort.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 (words) ints (linux) NOFILE
6+
// spell-checker:ignore (words) ints (linux) NOFILE dfgi
77
#![allow(clippy::cast_possible_wrap)]
88

99
use std::env;

0 commit comments

Comments
 (0)