Skip to content

Commit 0871dfa

Browse files
authored
🐛 Add unparseable to typos allowlist (#875)
unparseable is a valid English variant of unparsable, used intentionally in configmap_helpers.go. Signed-off-by: Andrew Anderson <andy@clubanderson.com>
1 parent 12e9624 commit 0871dfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ parms = "parms"
88
# Short code fragments / false positives
99
ot = "ot"
1010
vas = "vas"
11+
# Valid English variant (unparseable vs unparsable)
12+
unparseable = "unparseable"
1113

1214
# Pre-existing typos in codebase (to be fixed separately)
1315
accelarator = "accelarator"

0 commit comments

Comments
 (0)