We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7d2e4 commit 8d75d6cCopy full SHA for 8d75d6c
1 file changed
.claude/rules/development-workflow.md
@@ -124,7 +124,7 @@ No Issues → Proceed to Verification
124
- Create PR against `develop` branch
125
- Always use squash merge with branch deletion (`gh pr merge --squash --delete-branch`)
126
127
-### Build Verification Summary Format
+#### Build Verification Summary Format
128
129
After running builds with quality checks, provide a scannable summary:
130
@@ -147,7 +147,7 @@ Build verified successfully:
147
**Example with failures:**
148
```text
149
Build failed:
150
-- ✅ Tests: 54 passed, 2 failed
+- ❌ Tests: 54 passed, 2 failed
151
- ❌ SpotBugs: 2 bugs (null pointer issues), 0 errors
152
- ✅ PMD: 0 violations, 45 warnings
153
- ❌ Checkstyle: 3 violations (missing Javadoc), 12 warnings
0 commit comments