mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ls+tests: remove unused spell-checker:disable
This commit is contained in:
parent
63699a41d6
commit
9266b4a7fa
1 changed files with 2 additions and 2 deletions
|
@ -2283,7 +2283,7 @@ fn test_ls_indicator_style() {
|
|||
"--ind=slash",
|
||||
"--classify",
|
||||
"--classify=always",
|
||||
"--classify=alway", // spell-checker:disable-line
|
||||
"--classify=alway",
|
||||
"--classify=al",
|
||||
"--classify=yes",
|
||||
"--classify=force",
|
||||
|
@ -4327,7 +4327,7 @@ fn test_ls_hyperlink() {
|
|||
for argument in [
|
||||
"--hyperlink=never",
|
||||
"--hyperlink=neve", // spell-checker:disable-line
|
||||
"--hyperlink=ne", // spell-checker:disable-line
|
||||
"--hyperlink=ne",
|
||||
"--hyperlink=n",
|
||||
] {
|
||||
scene
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue