Skip to content

Commit

Permalink
test: replace staticcheck by golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Jun 14, 2022
1 parent 6e06545 commit a4fb951
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 @@ -71,7 +71,7 @@ uninstall:
## lint: Run linters
lint:
@echo "Linting..."
staticcheck .
golangci-lint run

.PHONY: format
## format: Runs goimports on the project
Expand Down

0 comments on commit a4fb951

Please sign in to comment.