Chore: Add IAM to list of ignored terms for codespell (#25013)

(cherry picked from commit 4f1bbdfc0a)
This commit is contained in:
kay delaney
2020-05-22 10:56:11 +01:00
committed by Hugo Häggmark
parent 03306f1220
commit ef5b586d7d
+1 -1
View File
@@ -793,7 +793,7 @@ jobs:
- run:
# Important: all words have to be in lowercase, and separated by "\n".
name: exclude known exceptions
command: 'echo -e "unknwon\nreferer\nerrorstring\neror" > words_to_ignore.txt'
command: 'echo -e "unknwon\nreferer\nerrorstring\neror\niam" > words_to_ignore.txt'
- run:
name: check documentation spelling errors
command: "codespell -I ./words_to_ignore.txt docs/"