mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 13:52:46 +00:00
hook: Make go vet run all tests and fix warnings
This commit is contained in:
parent
e4a97d13b3
commit
cf736d746d
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ set -eu
|
|||
|
||||
golint src/...
|
||||
go fmt ./src/...
|
||||
go tool vet --shadow ./src
|
||||
go tool vet --all --shadow ./src
|
||||
gocyclo -over 12 src/
|
||||
gb test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue