Commit c587c47
fix: skip formatter check for Java projects
- Add Java case in _detect_formatter() that returns empty list
- Change default formatter-cmds to empty list instead of black
- This fixes "Could not find formatter: black" error for Java projects
Java formatter support is not implemented yet, so we skip the check
entirely for Java projects.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 512f9d5 commit c587c47
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
| 510 | + | |
510 | 511 | | |
511 | 512 | | |
512 | 513 | | |
513 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
514 | 518 | | |
515 | 519 | | |
516 | 520 | | |
| |||
0 commit comments