Skip to content

Commit dfa509e

Browse files
Jammy2211Jammy2211claude
authored
check_dataset_allowlist: drop instance repo names from docstring (#152)
The guard's docstring named specific workspaces (autofit_workspace, HowTo*) as an example of the un-adopted case, tripping repos_sync's tenant-firewall (instance fact in an unlisted organ file). The names are purely illustrative, so genericise the sentence — keeps the file fork-clean without growing FIREWALL_ALLOWLIST. repos_sync --check now green. Co-authored-by: Jammy2211 <jnightingale2211@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d6d441d commit dfa509e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

autobuild/check_dataset_allowlist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
the parsed allowlist directly.
1414
1515
Allowlist-presence-gated: a workspace whose `.gitignore` has a bare `dataset/`
16-
rule with no `!dataset/...` re-includes (autofit_workspace, HowTo*) has not yet
17-
adopted the allowlist regime (Group B, PyAutoBuild#126) — the guard skips it with
18-
a notice rather than failing, until that repo opts in.
16+
rule with no `!dataset/...` re-includes has not yet adopted the allowlist regime
17+
(Group B, PyAutoBuild#126) — the guard skips it with a notice rather than
18+
failing, until that repo opts in.
1919
2020
Run from a workspace root. Exit 0 = clean/skipped, 1 = violation.
2121
"""

0 commit comments

Comments
 (0)