mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-18 00:47:23 +02:00
ci: enforce Ruff across all scripts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## Tests
|
||||
|
||||
- [ ] `python -m ruff check --select F obliteratus tests scripts/check_coverage_thresholds.py scripts/gemma4_12b_recursive_loop.py`
|
||||
- [ ] `python -m ruff check --select F app.py obliteratus tests scripts`
|
||||
- [ ] `python -m ruff check --select E501 --statistics obliteratus tests scripts/gemma4_12b_recursive_loop.py` reviewed as known non-blocking line-length debt
|
||||
- [ ] `python -c 'import obliteratus; print(getattr(obliteratus, "__version__", "import ok"))'`
|
||||
- [ ] `python -m obliteratus --help`
|
||||
|
||||
@@ -198,22 +198,7 @@ jobs:
|
||||
|
||||
- name: Enforce Ruff F gate
|
||||
run: >-
|
||||
python -m ruff check --select F app.py obliteratus tests
|
||||
scripts/check_coverage_thresholds.py
|
||||
scripts/check_mutation_score.py
|
||||
scripts/check_quality_policy.py
|
||||
scripts/check_mutation_targets.py
|
||||
scripts/prepare_mutation_coverage.py
|
||||
scripts/run_prepared_mutmut.py
|
||||
scripts/mutmut_coverage_sitecustomize/sitecustomize.py
|
||||
scripts/check_conditional_policy.py
|
||||
scripts/check_test_risk_map.py
|
||||
scripts/conditional_gate_summary.py
|
||||
scripts/run_conditional_gate.py
|
||||
scripts/run_repeat_gate.py
|
||||
scripts/write_test_evidence.py
|
||||
scripts/check_supply_chain_policy.py
|
||||
scripts/gemma4_12b_recursive_loop.py
|
||||
python -m ruff check --select F app.py obliteratus tests scripts
|
||||
|
||||
- name: Report E501 legacy baseline
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user