Commit f2f5585
authored
Adjust spell check tool configuration to avoid false positive
The repository's CI system includes a check for commonly misspelled words.
The latest version of the codespell tool dependency used for this spell check is always used. This means that the
results of the spell check can change as new versions of the tool are released. The recent codespell release introduced
a false positive result. This is corrected by adding the word to the ignore list in the codespell configuration file.1 parent e018025 commit f2f5585
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments