Skip to content

Commit

Permalink
Update codespell config to ignore more paths (#3747)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Jan 4, 2024
1 parent c979f92 commit 33c67bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/codespell/codespell.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = *.js,*.ts,*.css,*.svg,./target
skip = *.js,*.ts,*.css,*.svg,*.html,*.json,./target,./tools/integration-test/data,./tools/check-guide/target,./ci/misbehaviour/data
ignore-words = .github/codespell/words.txt
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
skip: '*.js,*.ts,*.css,*.svg,./target'
skip: '*.js,*.ts,*.css,*.svg,*.html,*.json,./target,./tools/integration-test/data,./tools/check-guide/target,./ci/misbehaviour/data'
ignore_words_file: .github/codespell/words.txt

0 comments on commit 33c67bd

Please sign in to comment.