Skip to content

Commit

Permalink
debugging staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
singholt committed May 21, 2024
1 parent 6fc839f commit ebe0bc3
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 @@ -354,6 +354,7 @@ static-check: gocyclo govet importcheck gogenerate-check
# use default checks of staticcheck tool, except style checks (-ST*) and depracation checks (-SA1019)
# depracation checks have been left out for now; removing their warnings requires error handling for newer suggested APIs, changes in function signatures and their usages.
# https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck
staticcheck --debug.version
staticcheck -tests=false -checks "inherit,-ST*,-SA1019,-SA9002,-SA4006" ./agent/... ./ecs-agent/...

.PHONY: static-check-init
Expand Down

0 comments on commit ebe0bc3

Please sign in to comment.