We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da189f commit 1d86634Copy full SHA for 1d86634
1 file changed
.travis.yml
@@ -41,7 +41,7 @@ before_script:
41
script:
42
- test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt
43
- go vet ./... # go vet is the official Go static analyzer
44
- - staticcheck -go ./... # "go vet on steroids" + linter
+ - staticcheck ./... # "go vet on steroids" + linter
45
- gocyclo -over 19 $GO_FILES # forbid code with huge functions
46
- golint -set_exit_status $(go list ./...) # one last linter
47
- go test $(go list ./... | egrep -v '/vendor')
0 commit comments