Skip to content

Commit

Permalink
tests: Adapt the usage of ineffassign to the latest: gordonklaus/inef…
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Jan 17, 2021
1 parent 64d3990 commit 78e5c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test/lint:
# checks shadowed variables.
go vet -vettool=$(which shadow) ./...
# checks no used assigned value.
ineffassign .
ineffassign ./...
# checks not to ignore the error.
errcheck ./...
# checks unused global variables and constants.
Expand Down

0 comments on commit 78e5c32

Please sign in to comment.