Browse Source

mod

pull/80/head v0.10.0
wagslane 4 years ago
parent
commit
92646b50e2
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      Makefile

+ 1
- 4
Makefile View File

@ -1,4 +1,4 @@
all: test vet lint staticcheck
all: test vet staticcheck
test:
go test ./...
@ -6,8 +6,5 @@ test:
vet:
go vet ./...
lint:
go list ./... | grep -v /vendor/ | xargs -L1 golint -set_exit_status
staticcheck:
staticcheck ./...

Loading…
Cancel
Save