Skip to content

Commit

Permalink
test.sh- add misspell ignore directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Apr 17, 2022
1 parent 257ca31 commit da5ce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $GOPATH/bin/golint .
$GOPATH/bin/ineffassign .

# https://github.com/client9/misspell
$GOPATH/bin/misspell -error .
$GOPATH/bin/misspell -error . | grep -v 'node_modules/' | grep -v 'statik/'

# https://github.com/golangci/golangci-lint
$GOPATH/bin/golangci-lint run -D errcheck
Expand Down

0 comments on commit da5ce85

Please sign in to comment.