Skip to content

Commit

Permalink
more files to check to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 26, 2024
1 parent f3541a2 commit 7a669ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codespellit
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ esac
git checkout -b enh-codespell

skips=".git"
for f in '*.pdf' '*.svg' go.sum venv .venv venvs .tox versioneer.py package-lock.json '*.lock' '*.css' '*.min.*' '*.niml' '*.gii'; do
for f in '*.pdf' '*.svg' go.sum venv .venv venvs locale .tox versioneer.py package-lock.json '*.lock' '*.css' '*.min.*' '*-min.*' '*.pack.js' '*.niml' '*.gii'; do
if find . -iname "$f" -print -quit | grep -q .; then
skips+=",$f"
fi
Expand Down

0 comments on commit 7a669ca

Please sign in to comment.