Skip to content

Commit 82c49c1

Browse files
committed
chore(base32): extend spell-checker ignore list with test token
- Add "hellohello" to ignored words to prevent false positives - Keeps spell-checker from flagging known test data in base_common.rs
1 parent 0dc51d7 commit 82c49c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/base32/src/base_common.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 hexupper lsbf msbf unpadded nopad aGVsbG8sIHdvcmxkIQ
6+
// spell-checker:ignore hexupper lsbf msbf unpadded nopad aGVsbG8sIHdvcmxkIQ hellohello
77

88
use clap::{Arg, ArgAction, Command};
99
use std::ffi::OsString;

0 commit comments

Comments
 (0)