Skip to content

Commit d265612

Browse files
eduralphclaude
andcommitted
CI: make lint job blocking — ruff backlog cleared on maintenance/gramps60
Drops the lint job's continue-on-error: true (and its TODO comment), making ruff E9/F63/F7/F82 a blocking gate per the comment's own instruction. The ruff backlog the comment guarded against was cleared by 24 PRs (gramps-project#843 + gramps-project#847-gramps-project#869) merged into maintenance/gramps60 between 2026-05-12 and 2026-05-18. Verified locally: pipx run ruff check --select=E9,F63,F7,F82 \ --no-fix --exclude='*.gpr.py' . on `gramps-project/addons-source:maintenance/gramps60` reports "All checks passed!". Other continue-on-error gates in this workflow (addon-structure, compile-check, integration) each guard their own backlogs and stay non-blocking until those clear separately. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ff215ac commit d265612

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
lint:
1717
name: Lint
1818
runs-on: ubuntu-latest
19-
# Non-blocking until the existing ruff E9/F63/F7/F82 errors across the
20-
# addon set are cleaned up in a follow-up PR. Flip this off in that PR.
21-
continue-on-error: true
2219
container:
2320
image: ghcr.io/${{ github.repository }}/gramps-ci:gramps60
2421
steps:

0 commit comments

Comments
 (0)