Commit b38231d
committed
Adjust codespell file exclusions to support projects containing multiple Go modules
The "codespell" tool is used to check for the presence of commonly misspelled words in the project files. Since we don't
have control over their content, automatically generated files should be excluded from such checks for efficiency and to
avoid false positives. This includes the `go.mod` and `go.sum` Go module metadata files.
Projects may contain multiple Go modules in subfolders of the repository, each with their own metadata files.
Previously, the codespell configuration only excluded `go.mod` and `go.sum` in the root of the repository.1 parent a2d4d14 commit b38231d
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