Skip to content

Commit 3f282b2

Browse files
committed
fix(ci): enable full hygiene content scan (P0-3 S1+S5)
1 parent b0570d3 commit 3f282b2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/public-hygiene.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
with:
2323
python-version: "3.12"
2424

25-
- name: Run path-level hygiene check
26-
# `--paths-only` until batch 3 finishes rewriting docs that still
27-
# carry internal voice. Once the doc rewrites land, drop the flag
28-
# so content rules also gate.
29-
run: python scripts/validate/public_repo_hygiene.py --paths-only
25+
- name: Run full hygiene check (path + content rules)
26+
# Full scan: path rules + content rules. Content rules include the
27+
# `dangerously-skip-permissions` regex. Docs that legitimately
28+
# describe the rule (3 hygiene docs under docs/) are allowlisted in
29+
# `scripts/validate/public_repo_hygiene.py` itself.
30+
run: python scripts/validate/public_repo_hygiene.py --tracked

0 commit comments

Comments
 (0)