Commit bd84802
Just: stop hiding the warnings buildifier could not fix
The drop pattern matched any tally, so a file left with warnings was as silent
as one left clean. Nothing else reports them: buildifier prints no detail in fix
mode and exits 0 either way, so that line is the only notice. Only the empty
tally is noise, and it is printed for every file whether or not it was touched.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent f19fd7d commit bd84802
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments