Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1963,9 +1963,12 @@ jobs:
# exact block green, because "has a value" and "the key is present" type
# identically. Both `skills/**` sites shipped to customers.
#
# Table-driven by the #13582 triage ruling, carrying the `$exists` family
# ONLY — each further word (the retired `$regex` spelling, #13532's
# `visibleWhen` claims) pays its own baseline on its own card.
# Table-driven by the #13582 triage ruling. #13582 shipped the `$exists`
# family alone; #13745 added the `(NoSQL)` portability gloss, the retired
# `$regex` spelling and #13532's `visibleWhen` claims, each with its own
# legitimate-usage survey. Each further word pays its own baseline on its
# own card, and the gate's `--self-test` pins the shipped row set as an
# exact enumeration.
#
# It lives in this job for the reason every other docs guard does
# (`check:doc-anchors`, `check:docs-audit-scope`, `check:role-word` above):
Expand Down
Loading