Updated golint path

This commit is contained in:
Eduard Urbach 2018-10-18 10:49:59 +09:00
parent 9ad99995c3
commit 52f3579809

View File

@ -25,7 +25,7 @@ matrix:
# set -e enabled in bash.
before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
- go get github.com/golang/lint/golint # Linter
- go get golang.org/x/lint/golint # Linter
- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
- go get github.com/fzipp/gocyclo # Cyclomatic complexity
- npm install -g typescript # TypeScript