Files
pitchfast/backlog/tasks/task-40 - Behebe-abschliessende-Lint-Blocker.md

1.5 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, priority, ordinal
id title status assignee created_date updated_date labels dependencies priority ordinal
TASK-40 Behebe abschliessende Lint-Blocker In Progress
2026-06-06 22:10 2026-06-06 22:15
high 42000

Description

Fix the final lint blockers after the v2 pipeline implementation without changing runtime behavior. Keep v2_elemente as planning/reference material unless production imports require otherwise.

Acceptance Criteria

  • #1 pnpm lint exits 0 or only documents unrelated pre-existing generated warnings with a scoped suppression decision
  • #2 pnpm test remains green
  • #3 git diff --check remains green

Implementation Plan

  1. Reproduce pnpm lint failures
  2. Apply scoped minimal lint policy or test-file cleanup
  3. Re-run pnpm lint, pnpm test, git diff --check
  4. Leave task In Progress until Matthias confirms Done

Implementation Notes

TASK-40 worker update: fixed final lint blockers by ignoring v2_elemente reference snippets in ESLint and removing an unused helper from tests/external-audit-pipeline-source.test.ts. Verification: pnpm lint exits 0 with only generated convex/betterAuth/_generated unused-disable warnings; pnpm test passes 363/363; git diff --check exits 0. Task intentionally left In Progress pending user confirmation.