mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +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",
|
"--ind=slash",
|
||||||
"--classify",
|
"--classify",
|
||||||
"--classify=always",
|
"--classify=always",
|
||||||
"--classify=alway", // spell-checker:disable-line
|
"--classify=alway",
|
||||||
"--classify=al",
|
"--classify=al",
|
||||||
"--classify=yes",
|
"--classify=yes",
|
||||||
"--classify=force",
|
"--classify=force",
|
||||||
|
@ -4327,7 +4327,7 @@ fn test_ls_hyperlink() {
|
||||||
for argument in [
|
for argument in [
|
||||||
"--hyperlink=never",
|
"--hyperlink=never",
|
||||||
"--hyperlink=neve", // spell-checker:disable-line
|
"--hyperlink=neve", // spell-checker:disable-line
|
||||||
"--hyperlink=ne", // spell-checker:disable-line
|
"--hyperlink=ne",
|
||||||
"--hyperlink=n",
|
"--hyperlink=n",
|
||||||
] {
|
] {
|
||||||
scene
|
scene
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue