Skip to content

Commit

Permalink
add gomod to be skipped by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Apr 26, 2022
1 parent 86a353d commit 5bf5c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
check-filenames =
check-hidden =
ignore-words-list = inout, enver
skip = ./.git,./internal/testutil/data/**
skip = ./.git,./internal/testutil/data/**,./go.mod,./go.sum,./tools/go.mod,./tools/go.sum

0 comments on commit 5bf5c7b

Please sign in to comment.