Skip to content

Commit

Permalink
Run 'ruff format' in quiet mode (#2187)
Browse files Browse the repository at this point in the history
Otherwise it prints "83 files left unchanged".
  • Loading branch information
denik authored Jan 20, 2025
1 parent 64fc1c8 commit 7034793
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 @@ -14,7 +14,7 @@ lintcheck:
# formatting/goimports will not be applied by 'make lint'. However, it will be applied by 'make fmt'.
# If you need to ensure that formatting & imports are always fixed, do "make fmt lint"
fmt:
ruff format
ruff format -q
golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./...

test:
Expand Down

0 comments on commit 7034793

Please sign in to comment.