docs: stop claiming tracker-tag/comment-block lint are non-required
This commit is contained in:
parent
03eb64cb5c
commit
94a172cba3
3 changed files with 10 additions and 16 deletions
|
|
@ -34,11 +34,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: lint
|
||||
# Flags hash-number tracker tags in source (hive convention is
|
||||
# prose, not tags — /knowledge/hive-rules.md). Runs as its own
|
||||
# job, kept out of the required checks while the legacy backlog
|
||||
# is cleaned up: a hit fails this check (red) without blocking
|
||||
# merge. Promote to a required check once the tree is clean.
|
||||
# See scripts/check-issue-refs.sh.
|
||||
# prose, not tags — /knowledge/hive-rules.md). Its own job, and
|
||||
# IS a required check on the forge (branch protection) — a hit
|
||||
# blocks merge. See scripts/check-issue-refs.sh.
|
||||
run: sh scripts/check-issue-refs.sh
|
||||
|
||||
comment-blocks:
|
||||
|
|
@ -51,7 +49,7 @@ jobs:
|
|||
- name: lint
|
||||
# Flags contiguous comment blocks over 30 lines (a giant prose
|
||||
# block belongs in docs/ as implementation notes, not in source).
|
||||
# Own job, kept out of required checks while the tree settles: a
|
||||
# hit reds this check without blocking merge. Promote to required
|
||||
# once clean. See scripts/check-comment-blocks.sh.
|
||||
# Own job, and IS a required check on the forge (branch
|
||||
# protection) — a hit blocks merge. See
|
||||
# scripts/check-comment-blocks.sh.
|
||||
run: sh scripts/check-comment-blocks.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue