Commit d265612
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
0 commit comments