forked from pothtonswer/discordmuffin
Better gofmt check, now without an error.
This commit is contained in:
parent
90b83fefeb
commit
9069f81c6e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ install:
|
||||||
- go get -v .
|
- go get -v .
|
||||||
- go get -v github.com/golang/lint/golint
|
- go get -v github.com/golang/lint/golint
|
||||||
script:
|
script:
|
||||||
- diff <(gofmt -d .) <("")
|
- diff <(gofmt -d .) <(echo -n)
|
||||||
- go vet -x ./...
|
- go vet -x ./...
|
||||||
- golint -set_exit_status ./...
|
- golint -set_exit_status ./...
|
||||||
- go test -v -race ./...
|
- go test -v -race ./...
|
||||||
|
|
Loading…
Reference in a new issue