We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9069f2 commit ed3c8d2Copy full SHA for ed3c8d2
.travis.yml
@@ -5,6 +5,7 @@ install:
5
- go get -u honnef.co/go/tools/cmd/staticcheck
6
- go get -u github.com/client9/misspell/cmd/misspell
7
before_script:
8
+ - go mod tidy
9
- GO_LIST=$(go list ./...)
10
- $(exit $(go fmt $GO_LIST | wc -l))
11
- find . -type f -name "*.go" | grep -v "/vendor/" | xargs misspell -error -locale US
0 commit comments