Skip to content

Commit

Permalink
ci(lint): correct cfmt argument in make lint (#3562)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Jul 18, 2024
1 parent 5e6ef23 commit 79295fc
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 @@ -123,7 +123,7 @@ lint: lint-imports
@echo "--> Running linter"
@golangci-lint run
@markdownlint --config .markdownlint.yaml '**/*.md'
@cfmt -m=100 ./...
@cfmt --m=120 ./...
.PHONY: lint

## test-unit: Running unit tests
Expand Down

0 comments on commit 79295fc

Please sign in to comment.