codespell: update codespell ignore list

This commit is contained in:
Torkel Ödegaard
2019-05-21 17:28:57 +02:00
parent eb2b31007d
commit f3c2d03637
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
- run:
# Important: all words have to be in lowercase, and separated by "\n".
name: exclude known exceptions
command: 'echo -e "unknwon" > words_to_ignore.txt'
command: 'echo -e "unknwon\nreferer\nerrorstring" > words_to_ignore.txt'
- run:
name: check documentation spelling errors
command: 'codespell -I ./words_to_ignore.txt docs/'