1
0
Эх сурвалжийг харах

one more attempt at excluding dist from codespell

Hakim El Hattab 5 өдөр өмнө
parent
commit
7103c20916

+ 1 - 1
.codespellrc

@@ -1,6 +1,6 @@
 [codespell]
 # 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
 # Ignore super long lines -- must be minimized etc, acronyms
 # and some near hit variables

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

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