We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b77cc commit af39cf9Copy full SHA for af39cf9
.github/workflows/lint.yml
@@ -33,6 +33,6 @@ jobs:
33
- uses: codespell-project/actions-codespell@v2
34
with:
35
check_filenames: true
36
- skip: ./.git,./dist,./data/deprecated.json,./data/discarded.json
+ skip: ./.git,./dist,./data/deprecated.json,./data/discarded.json,package.json,package-lock.json,./scripts
37
ignore_words_list: "auxilary,casette,cemetary,chancel,discus,extentions,faiway,generat,goverment,guerilla,guyser,kindergarden,ore,pavillion,sculpter,storys,linz,te,brunch"
38
only_warn: 1
0 commit comments