Skip to content

Commit

Permalink
⚙️ Install errcheck, shadow, gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzo0107 committed Dec 8, 2019
1 parent a928cbf commit 7298dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ devel-deps: deps
GO111MODULE=off go get \
golang.org/x/lint/golint \
honnef.co/go/tools/staticcheck \
github.com/kisielk/errcheck \
golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow \
github.com/securego/gosec/cmd/gosec \
github.com/motemen/gobump/cmd/gobump \
github.com/Songmu/make2help/cmd/make2help

Expand Down

0 comments on commit 7298dc2

Please sign in to comment.