Skip to content

Commit

Permalink
linting: optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 4, 2018
1 parent 8c450c4 commit 71e54d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
dep ensure
gometalinter --skip internal --cyclo-over=15 --vendor ./...
gometalinter --skip test --skip defaults --cyclo-over=15 --deadline=90s --vendor ./...
go test ./...
go build ./...
go build

0 comments on commit 71e54d6

Please sign in to comment.