-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit 9aba617
Exclude go.mod/go.sum files from repo's spell check task recursively
The repository has a spell check as part of its infrastructure to catch typos before they can be introduced to the
content. This check should not be done on generated files like `go.mod` and `go.sum`. The codespell spell check tool was
already configured to skip those files in the root of the repository, but there is another module in `./docsgen`, and its
module configuration files must also be excluded from the check.1 parent 0706d87 commit 9aba617
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
9 | + |
0 commit comments