ci(bstein-home): run docs before loc gate

This commit is contained in:
codex 2026-04-22 01:24:30 -03:00
parent c9e0cdf157
commit b316cb673c

View File

@ -321,8 +321,8 @@ def run_gate(contract_path: Path, *, backend_coverage: Path, frontend_coverage:
threshold = float(contract.get("coverage_threshold_pct", 95))
issues: list[GateIssue] = []
issues.extend(check_file_sizes(managed_files, max_lines=max_lines))
issues.extend(check_docstrings(docstring_files))
issues.extend(check_file_sizes(managed_files, max_lines=max_lines))
issues.extend(check_coverage(coverage_files, backend_report=backend_coverage, frontend_report=frontend_coverage, threshold=threshold))
coverage_values = _coverage_values_for_paths(
coverage_files,