You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- go get -u -v gopkg.in/alecthomas/gometalinter.v2
- go get -u -v github.com/dutchcoders/slackarchive
- gometalinter.v2 --install
script:
- go test -v ./...
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go build ./...
- gometalinter.v2 --fast --deadline 10m --errors --vendor --sort=linter ./... --exclude='blank import' --exclude='should have comment' --exclude='should be of the form "' --exclude='can be annoying to use' # Report warnings, but do not fail if there are any