ソースを参照

one more attempt at excluding dist from codespell

Hakim El Hattab 5 日 前
コミット
7103c20916
2 ファイル変更2 行追加2 行削除
  1. 1 1
      .codespellrc
  2. 1 1
      .github/workflows/spellcheck.yml

+ 1 - 1
.codespellrc

@@ -1,6 +1,6 @@
 [codespell]
 [codespell]
 # Ref: https://github.com/codespell-project/codespell#using-a-config-file
 # Ref: https://github.com/codespell-project/codespell#using-a-config-file
-skip = .git*,package-lock.json,*.css,.codespellrc,/dist*
+skip = ./.git,./dist,.package-lock.json,*.css,.codespellrc
 check-hidden = true
 check-hidden = true
 # Ignore super long lines -- must be minimized etc, acronyms
 # Ignore super long lines -- must be minimized etc, acronyms
 # and some near hit variables
 # and some near hit variables

+ 1 - 1
.github/workflows/spellcheck.yml

@@ -22,4 +22,4 @@ jobs:
       - name: Codespell
       - name: Codespell
         uses: codespell-project/actions-codespell@v2
         uses: codespell-project/actions-codespell@v2
         with:
         with:
-          skip: .git*,package-lock.json,*.css,.codespellrc,/dist*
+          skip: ./.git,./dist,.package-lock.json,*.css,.codespellrc