Skip to content

Commit

Permalink
codespell workflow: exclude also svg files and requestor word
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantu committed Dec 3, 2023
1 parent 8f35ac6 commit f35e3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
# only show the typo detected but don't make workflow to fail
only_warn: 1
skip: ChangeLog,*.po,LINGUAS
skip: ChangeLog,*.po,LINGUAS.*.svg
# word to exclude must be always lowercase as must be same of the codespell dictionary
ignore_words_list: gir,tyes
ignore_words_list: gir,tyes,requestor

0 comments on commit f35e3d8

Please sign in to comment.