Skip to content

Commit

Permalink
remove --new flag from golangci-lint (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarg authored Mar 7, 2024
1 parent 4aae8c9 commit afac587
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 @@ -12,7 +12,7 @@ fmt:
lint:
@echo -- $@ --
CGO_ENABLED=0 go vet ./...
golangci-lint run --new
golangci-lint run

precommit: mod fmt lint

Expand Down

0 comments on commit afac587

Please sign in to comment.