Skip to content

Commit

Permalink
Add ignore_words to spell (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Feb 25, 2021
1 parent aa1a42c commit d3309ec
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PyLint_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
skip: ${{ env.CODESPELL_SKIPS }}
quiet_level: '3'
builtin: 'clear,rare,informal,names'
ignore_words_file: '.github/workflows/ignore_words.txt'
name: 'Run codespell'
37 changes: 37 additions & 0 deletions .github/workflows/ignore_words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
backed
ons
fro
ang
als
buss
dur
sinc
wan
reord
iff
numer
uint
# for tempita
delimeters
delimeter
nd
cas
thes
ba
ist
theses
od
fo
files'
ser
vas
coo
hist
datas
dof
nwe
thead
sherif
master
nin
trough

0 comments on commit d3309ec

Please sign in to comment.