Add an in-project linter rule and rule test support - #988
Open
st0012 wants to merge 1 commit into
Open
Conversation
st0012
force-pushed
the
codex/linter-smoke-rule
branch
from
August 6, 2026 17:17
c58537f to
a1377fe
Compare
st0012
force-pushed
the
codex/linter-file-backed-rule-tests
branch
from
August 6, 2026 17:17
b4c60ef to
39e1ea8
Compare
st0012
force-pushed
the
codex/linter-smoke-rule
branch
from
August 6, 2026 18:32
a1377fe to
df28bc7
Compare
st0012
changed the base branch from
codex/linter-file-backed-rule-tests
to
codex/linter-rule-authoring
August 6, 2026 18:32
st0012
force-pushed
the
codex/linter-smoke-rule
branch
3 times, most recently
from
August 6, 2026 21:06
c1adc12 to
89f3989
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
3 times, most recently
from
August 7, 2026 17:11
507a918 to
c17ac30
Compare
st0012
force-pushed
the
codex/linter-smoke-rule
branch
from
August 7, 2026 17:11
89f3989 to
770a592
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
2 times, most recently
from
August 7, 2026 20:16
ed23857 to
0a7b9e1
Compare
st0012
force-pushed
the
codex/linter-smoke-rule
branch
from
August 7, 2026 20:36
770a592 to
378bbd4
Compare
st0012
force-pushed
the
codex/linter-smoke-rule
branch
from
August 7, 2026 22:00
378bbd4 to
832d4b7
Compare
st0012
marked this pull request as ready for review
August 8, 2026 09:44
Assisted-By: devx/348380ff-5362-4e75-b229-8f6db00a32f6
st0012
force-pushed
the
codex/linter-smoke-rule
branch
from
August 8, 2026 10:09
832d4b7 to
7578eff
Compare
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.
Add a built-in rule that checks the structure of discovered linter rule files. The rule also provides an end-to-end smoke test for the linter infrastructure.
This PR also adds test support for project rules. Missing gem load paths and diagnostics from installed gems no longer block
rdx lint.