Updated golint path
This commit is contained in:
parent
9ad99995c3
commit
52f3579809
@ -25,7 +25,7 @@ matrix:
|
|||||||
# set -e enabled in bash.
|
# set -e enabled in bash.
|
||||||
before_script:
|
before_script:
|
||||||
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
|
- 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 honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
|
||||||
- go get github.com/fzipp/gocyclo # Cyclomatic complexity
|
- go get github.com/fzipp/gocyclo # Cyclomatic complexity
|
||||||
- npm install -g typescript # TypeScript
|
- npm install -g typescript # TypeScript
|
||||||
|
Loading…
Reference in New Issue
Block a user