Skip to content

Commit 5aa973d

Browse files
committed
ignore .plist files and a case in a test
1 parent 646080b commit 5aa973d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codespellrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[codespell]
2-
skip = .git,*.pdf,*.svg,.codespellrc,*.cs,*.cyberduckprofile,*.ini,*.xib,*.rtf,*.lproj,*.types,TIMEZONES,*.sdef,*.csproj,*.resx
2+
skip = .git,*.pdf,*.svg,.codespellrc,*.cs,*.cyberduckprofile,*.ini,*.xib,*.rtf,*.lproj,*.types,TIMEZONES,*.sdef,*.csproj,*.resx,*.plist
33
check-hidden = true
4-
ignore-regex = \b(absolute[XY]|CLASSs|characterClasses|connection\.unsecure|perm=fle)\b|.*codespell-ignore.*
4+
ignore-regex = \b(absolute[XY]|CLASSs|characterClasses|connection\.unsecure|perm=fle)\b|.*codespell-ignore.*|wasn't
55
ignore-words-list = doubleclick,ser,fro,ist,fle

0 commit comments

Comments
 (0)