Skip to content

Commit

Permalink
Add flags to running golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Oct 26, 2023
1 parent 95989ea commit cf67f11
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 @@ -52,7 +52,7 @@ lint: $(BIN)/golangci-lint $(BIN)/buf ## Lint Go and protobuf

.PHONY: lintfix
lintfix: $(BIN)/golangci-lint $(BIN)/buf ## Automatically fix some lint errors
golangci-lint run --fix
golangci-lint run --fix --modules-download-mode=readonly --timeout=3m0s
buf format -w

.PHONY: generate
Expand Down

0 comments on commit cf67f11

Please sign in to comment.