Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit af1e8b6

Browse files
author
Daniil Trishkin
committed
Comment out linter until fixed in upstream
1 parent b9be195 commit af1e8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ notifications:
1616

1717
before_script:
1818
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
19-
- go get golang.org/x/lint/golint # Linter
19+
#- go get github.com/golang/lint/golint # Linter # Uncomment when fixed in upstream
2020
- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
2121
- go get golang.org/x/tools/cmd/cover
2222
- go get github.com/mattn/goveralls
@@ -46,4 +46,4 @@ script:
4646
- megacheck ./...
4747

4848
# one last linter
49-
- golint -set_exit_status $(go list ./...)
49+
#- golint -set_exit_status $(go list ./...) # Uncomment when fixed in upstream

0 commit comments

Comments
 (0)