forked from pothtonswer/discordmuffin
I don't want your non-linted code.
This commit is contained in:
parent
1c4ea6df04
commit
277bbbebee
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ install:
|
||||||
script:
|
script:
|
||||||
- diff <(gofmt -d .) <(echo -n)
|
- diff <(gofmt -d .) <(echo -n)
|
||||||
- go vet -x ./...
|
- go vet -x ./...
|
||||||
- golint ./...
|
- golint -set_exit_status ./...
|
||||||
- go test -v -race ./...
|
- go test -v -race ./...
|
||||||
|
|
Loading…
Reference in a new issue