Commit 7f65d77
authored
🤖 ci: reduce make fmt verbosity when no changes (#585)
Formatter tools were outputting file-by-file status even when nothing
changed, producing 100+ lines of noise. Now they only show section
headers and a final success message (~6 lines).
**Changes:**
- prettier: Use `--log-level error` for write, `--log-level warn` for
check
- ruff: Add `--quiet` flag to suppress detailed output
- shfmt: Redirect stdout to `/dev/null` during formatting
Output still shows warnings when files need formatting and maintains
proper exit codes.
_Generated with `mux`_1 parent 7829bf1 commit 7f65d77
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments