Sync codespell skip files configuration from template
This is a standardized "template" configuration file intended to be applicable to any project, so even if not necessarily relevant to every project, common files that should never be checked are all collected on the list.
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ ignore-words-list = afterall
|
||||
builtin = clear,informal,en-GB_to_en-US
|
||||
check-filenames =
|
||||
check-hidden =
|
||||
skip = ./.git,./dist,./package-lock.json,./poetry.lock
|
||||
skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock
|
||||
|
||||
Reference in New Issue
Block a user