You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/superpowers/plans/2026-05-21-https-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -879,15 +879,15 @@ SKIP=commitlint git commit -m "docs: Document HTTPS support in README"
879
879
880
880
## Task 7: Full verification
881
881
882
-
- [] **Step 1: Clean build, all tests**
882
+
- [x] **Step 1: Clean build, all tests**
883
883
884
884
```bash
885
885
mvn clean verify
886
886
```
887
887
888
888
Expected: BUILD SUCCESS. Surefire and Failsafe report no failures. Jacoco report at `target/site/jacoco/` includes the new `PemSslContext` class with full line coverage (every branch is exercised by Task 4's negative tests).
889
889
890
-
- [] **Step2:RunSonarLint over touched files**
890
+
- [x] **Step2:RunSonarLint over touched files** (skipped — SonarLintMCP blind to worktrees per repo memory; CI scan will cover branch on push)
891
891
892
892
Per the project's pre-push checklist (see `~/.claude/projects/.../memory/feedback_sonar_pre_push.md`), analyse:
0 commit comments