mirror of
https://github.com/grafana/grafana.git
synced 2025-01-04 13:17:16 -06:00
Chore: Add IAM to list of ignored terms for codespell (#25013)
This commit is contained in:
parent
b7d5912ca8
commit
4f1bbdfc0a
@ -793,7 +793,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
# Important: all words have to be in lowercase, and separated by "\n".
|
# Important: all words have to be in lowercase, and separated by "\n".
|
||||||
name: exclude known exceptions
|
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:
|
- run:
|
||||||
name: check documentation spelling errors
|
name: check documentation spelling errors
|
||||||
command: "codespell -I ./words_to_ignore.txt docs/"
|
command: "codespell -I ./words_to_ignore.txt docs/"
|
||||||
|
Loading…
Reference in New Issue
Block a user