Skip to content

Commit

Permalink
Makefile: remove golint commands
Browse files Browse the repository at this point in the history
Deprecated upstream
  • Loading branch information
joebonrichie committed May 3, 2023
1 parent 5e95835 commit 654be03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ uninstall:
$(RM) $()

check:
$(GO) get -u golang.org/x/lint/golint
$(GO) get -u github.com/securego/gosec/cmd/gosec
$(GO) get -u honnef.co/go/tools/cmd/staticcheck
$(GO) get -u gitlab.com/opennota/check/cmd/aligncheck
$(GO) fmt -x ./...
$(GO) vet ./...
golint -set_exit_status `go list ./... | grep -v vendor`
gosec -exclude=G204 ./...
staticcheck ./...
aligncheck ./...
Expand Down

0 comments on commit 654be03

Please sign in to comment.