Skip to content

Commit 91533f8

Browse files
committed
Some ignores for codespell
1 parent 07e91d8 commit 91533f8

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,6 +1,6 @@
11
[codespell]
22
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3-
skip = .git*,*.pdf,*.svg,*.css,*.min.*,.codespellrc
3+
skip = .git*,*.pdf,*.svg,*.css,*.min.*,.codespellrc,*.js,*.cast
44
check-hidden = true
5-
# ignore-regex =
5+
ignore-regex = <sup>nd</sup>
66
# ignore-words-list =

0 commit comments

Comments
 (0)