Browse Source

staticcheck

pull/1/head
lane-c-wagner 5 years ago
parent
commit
1ff616bb86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -18,7 +18,7 @@ lint:
go list ./... | grep -v /vendor/ | xargs -L1 golint -set_exit_status
install-staticcheck:
cd /tmp && go get honnef.co/go/tools/cmd/staticcheck
cd /tmp && GOPROXY=on go get honnef.co/go/tools/cmd/staticcheck
staticcheck:
staticcheck -f stylish ./...

Loading…
Cancel
Save