From d3f5f5f55e634750fa6218650e0586eae2956323 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 14 Nov 2023 11:29:13 +0100 Subject: [PATCH] don't check spelling in deprecated.json and compiled output --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bc43df5d..2c6c48e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: - uses: codespell-project/actions-codespell@master with: check_filenames: true - skip: ./.git,./dist/translations + skip: ./.git,./dist,data/deprecated.json ignore_words_list: "auxilary,casette,cemetary,chancel,discus,extentions,faiway,generat,goverment,guerilla,guyser,kindergarden,ore,pavillion,sculpter,storys,linz,te" only_warn: 1