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
|
|
@ -5,9 +5,8 @@
|
|||
# comments stay, walls of text move out. See the hive convention in #2077.
|
||||
#
|
||||
# Emits a CI error annotation per offending block and exits 1 if any block
|
||||
# exceeds MAX. Runs as its own CI job, kept OUT of the required checks while
|
||||
# the tree settles: a hit turns the job red (visible, non-blocking) without
|
||||
# blocking merge. Promote to required once the tree is clean.
|
||||
# exceeds MAX. Runs as its own CI job and IS a required check on the forge
|
||||
# (branch protection) — a hit blocks merge.
|
||||
#
|
||||
# Scope: tracked *.rs *.nix *.sh *.js *.ts *.css *.html. Markdown is exempt
|
||||
# (it is prose by nature). Comment forms: `#` line comments (nix/sh), `//`
|
||||
|
|
|
|||
|
|
@ -5,11 +5,8 @@
|
|||
# targets and leak tracker coupling into the source tree.
|
||||
#
|
||||
# Emits a CI error annotation per hit and exits 1 if any tag is found,
|
||||
# 0 otherwise. It runs as its own CI job, deliberately kept OUT of the
|
||||
# required checks while the legacy backlog is cleaned up: a hit turns
|
||||
# the job red (a visible, non-blocking signal on the PR) without
|
||||
# blocking merge. Promote it to a required check once the tree is clean
|
||||
# to make it a hard gate — no code change, just branch-protection.
|
||||
# 0 otherwise. It runs as its own CI job and IS a required check on the
|
||||
# forge (branch protection) — a hit blocks merge.
|
||||
#
|
||||
# Scope: tracked *.rs *.nix *.js *.ts *.css *.html. Markdown is exempt
|
||||
# (prose docs may legitimately cite the tracker). The pattern matches a
|
||||
|
|
|
|||
Loading…
Reference in a new issue