Support production linter rules - #975
Open
st0012 wants to merge 6 commits into
Open
Conversation
st0012
marked this pull request as draft
August 3, 2026 16:45
st0012
force-pushed
the
codex/linter-vertical-slice
branch
from
August 3, 2026 21:28
95eab7e to
9843962
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 3, 2026 21:28
37415e3 to
3e68ce8
Compare
st0012
force-pushed
the
codex/linter-vertical-slice
branch
from
August 4, 2026 12:10
9843962 to
4120744
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 4, 2026 12:11
3e68ce8 to
8b59102
Compare
st0012
force-pushed
the
codex/linter-vertical-slice
branch
from
August 4, 2026 12:14
4120744 to
917b40b
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 4, 2026 12:14
8b59102 to
72d6117
Compare
st0012
force-pushed
the
codex/linter-vertical-slice
branch
from
August 4, 2026 18:05
917b40b to
42a0d0e
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 4, 2026 18:05
72d6117 to
c15f29b
Compare
st0012
force-pushed
the
codex/linter-vertical-slice
branch
from
August 4, 2026 21:11
42a0d0e to
75787e8
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 4, 2026 21:11
c15f29b to
97d1738
Compare
st0012
force-pushed
the
codex/linter-vertical-slice
branch
from
August 5, 2026 10:02
75787e8 to
29c1d6f
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
2 times, most recently
from
August 5, 2026 18:48
ef69eb1 to
1ed3b94
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 6, 2026 16:34
1ed3b94 to
1619fc8
Compare
st0012
marked this pull request as ready for review
August 6, 2026 16:35
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Most of this PR ports existing production-rule infrastructure from Core into
Rubydex::Linter. It preserves the rule and path helpers, diagnostic output, severity overrides, exclusions, and project and bundled-gem rule discovery that Core uses today. The main Rubydex-specific change adapts this configuration behavior torubydex.tomland the existing Rubydex configuration API.This PR adds shared infrastructure only. It does not port Core rules or add list and explain commands, rule-test helpers, or Ruby LSP integration.