You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atomic review complete. CI passed, the registry/list count removals are otherwise scoped correctly, but one Major (acceptance) issue remains.
docs/cli.md still encodes the same list cardinality through “both are repeatable”. Replacing “Two lint-only flags” with “The following lint-only flags ... both are repeatable” removes the numeral but preserves the synchronization obligation: adding a third repeatable lint-only flag makes the sentence stale. Rewrite without cardinality coupling, e.g. “The following lint-only flags configure the registry and are repeatable:”.
The LintRegistry doc comment, docs/README.md, core-workflow wording, stable rule IDs, CLI contracts, and illustrative JSON values are otherwise correct.
Process note: this PR was merged before independent review, with no recorded review submission, while .github#12 is still open. The implementation should have remained reviewable until the acceptance criteria were audited.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #229
LintRegistrydoc comment.LintRegistryas the lint inventory owner and keeps named rule IDs, ordering, CLI flags, workflow contracts, and JSON examples explicit.