Skip to content

Commit 3e07e24

Browse files
authored
Run "ruff format" without -q (#3023)
Otherwise it does not print names of failing files.
1 parent c09935c commit 3e07e24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ lintcheck:
2020
golangci-lint run ./...
2121

2222
fmtfull:
23-
ruff format -qn
23+
ruff format -n
2424
golangci-lint fmt
2525

2626
fmt:
27-
ruff format -qn
27+
ruff format -n
2828
./tools/lintdiff.py fmt
2929

3030
ws:

0 commit comments

Comments
 (0)