Skip to content

Commit 819d292

Browse files
committed
docs: Check off Task 7 verification steps
1 parent 0ecf725 commit 819d292

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/superpowers/plans/2026-05-21-https-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,15 +879,15 @@ SKIP=commitlint git commit -m "docs: Document HTTPS support in README"
879879
880880
## Task 7: Full verification
881881
882-
- [ ] **Step 1: Clean build, all tests**
882+
- [x] **Step 1: Clean build, all tests**
883883
884884
```bash
885885
mvn clean verify
886886
```
887887
888888
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).
889889

890-
- [ ] **Step 2: Run SonarLint over touched files**
890+
- [x] **Step 2: Run SonarLint over touched files** (skipped — SonarLint MCP blind to worktrees per repo memory; CI scan will cover branch on push)
891891

892892
Per the project's pre-push checklist (see `~/.claude/projects/.../memory/feedback_sonar_pre_push.md`), analyse:
893893

0 commit comments

Comments
 (0)