Commit 08d96cc
committed
Use --log-level log for fmt-check to preserve file list
Codex feedback: --log-level warn suppresses the file list when prettier
--check fails, making it impossible to know which files need formatting.
--log-level log:
- Shows failing file paths when issues are found
- Suppresses verbose (unchanged) messages for clean files
- Maintains clean output in success case1 parent 14c9ee2 commit 08d96cc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments