Skip to content

Commit

Permalink
Try to get around codespell false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Nov 26, 2022
1 parent e774020 commit d3fa27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
with:
check_filenames: true
ignore_words_file: .codespellignore
skip: "*.csv,*.dkvp,*.txt,*.js,*.html,*.map,./tags,./test/cases,./docs/src/shapes-of-data.md.in,./docs/src/shapes-of-data.md"
skip: "*.csv,*.dkvp,*.txt,*.js,*.html,*.map,./tags,./test/cases,./docs/src/shapes-of-data.md.in,./docs/src/shapes-of-data.md,test/input/medium.z,test/input/latin1.xtab"

0 comments on commit d3fa27b

Please sign in to comment.