Skip to content

Commit 6dbfd7e

Browse files
authored
Merge pull request #3807 from manuelarte/chore/remove-node-modules-codespell
chore: ignoring node_modules in codespell
2 parents 363bb3e + 5e7848f commit 6dbfd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
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*,package-lock.json,*.css,.codespellrc
3+
skip = .git*,node_modules,package-lock.json,*.css,.codespellrc
44
check-hidden = true
55
# Ignore super long lines -- must be minimized etc, acronyms
66
# and some near hit variables

0 commit comments

Comments
 (0)