Skip to content

Commit

Permalink
don't check spelling on go.mod/go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
jranson committed Dec 2, 2023
1 parent 3fb65c2 commit 013aca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ spelling:
if [[ "$$?" != "0" ]]; then \
echo "codespell is not installed" ; \
else \
codespell --skip='vendor,*.git,*.png,*.pdf,*.tiff,*.plist,*.pem,rangesim*.go,*.gz' --ignore-words='./testdata/ignore_words.txt' ; \
codespell --skip='vendor,*.git,*.png,*.pdf,*.tiff,*.plist,*.pem,rangesim*.go,*.gz,go.sum,go.mod' --ignore-words='./testdata/ignore_words.txt' ; \
fi

.PHONY: serve
Expand Down

0 comments on commit 013aca7

Please sign in to comment.