chore: ignoring node_modules in codespell
This commit is contained in:
parent
eb95b14531
commit
2fd7f83a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[codespell]
|
[codespell]
|
||||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
skip = .git*,package-lock.json,*.css,.codespellrc
|
skip = .git*,node_modules,package-lock.json,*.css,.codespellrc
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
# Ignore super long lines -- must be minimized etc, acronyms
|
# Ignore super long lines -- must be minimized etc, acronyms
|
||||||
# and some near hit variables
|
# and some near hit variables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue