mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
misspell: ignore test repo
This commit is contained in:
2
Makefile
2
Makefile
@@ -27,4 +27,4 @@ start:
|
||||
|
||||
misspell:
|
||||
@[ -x "$(shell which misspell)" ] || go install ./vendor/github.com/client9/misspell/cmd/misspell
|
||||
find . -name '*.go' -not -path './vendor/*' -not -path './_repos/*' -not -path './download/test_downloads/*' | xargs misspell -error
|
||||
find . -name '*.go' -not -path './vendor/*' -not -path './_repos/*' -not -path './download/test_downloads/*' -not -path './check/testrepo/*' | xargs misspell -error
|
||||
|
||||
Reference in New Issue
Block a user