diff --git a/.codespellrc b/.codespellrc index 5f15a489..cc64666a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] -skip = .git,*.pdf,*.svg,package-lock.json +skip = .git,*.pdf,*.svg,package-lock.json, ./static/toolTerms.json # # ignore-words-list = diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 4e534c94..6f32efea 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,6 +17,3 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 - with: - exclude-file: | - ./static/toolTerms.json