Commit f2e387d
committed
Exclude project binary file from codespell
The "codespell" tool is used to check for the presence of commonly misspelled words in the project files. Automatically
generated files should be excluded from such checks for efficiency and to avoid false positives.
Although they are not checked into the repository, when contributors build the project the binary files will be present
in the project folder and thus subject to such checks. "codespell" is smart enough to automatically detect binary files
and not check their content, but it will be best to explicitly configure it to skip the files entirely for the sake of
efficiency.1 parent b38231d commit f2e387d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
0 commit comments