Skip to content

Commit

Permalink
Fix staticcheck references
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Jan 11, 2022
1 parent ec1dd1e commit 2f30860
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 @@ -18,7 +18,7 @@ clean:

.PHONY: lint
lint: $(STATICCHECK)
staticcheck -f stylish ./...
$(STATICCHECK) -f stylish ./...

$(STATICCHECK):
cd tools && go install honnef.co/go/tools/cmd/staticcheck
Expand Down

0 comments on commit 2f30860

Please sign in to comment.