Skip to content

Commit

Permalink
disable go-critic
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed Dec 6, 2018
1 parent 5f77c6a commit c1b785b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ deploy:
repo: bitspill/oip
condition: $LATEST = true

after_script:
- go get -u github.com/go-critic/go-critic/...
- gocritic check-package -withExperimental -withOpinionated $(go list ./...)
# go-critic update changed how it's run
# "For most users, using go-critic under golangci-lint is enough."
# https://github.com/golangci/golangci-lint
# after_script:
# - go get -u github.com/go-critic/go-critic/...
# - gocritic check-package -withExperimental -withOpinionated $(go list ./...)

0 comments on commit c1b785b

Please sign in to comment.