You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments