Skip to content

Commit

Permalink
⚙️ Add staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzo0107 committed Dec 8, 2019
1 parent 2a0fc0d commit 7650c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test: deps
.PHONY: lint
lint: devel-deps
go vet ./...
staticcheck ./...
golint -set_exit_status ./...

## build binaries ex. make bin/omssh
Expand Down

0 comments on commit 7650c7a

Please sign in to comment.