Add linter rule test support - #976
Closed
st0012 wants to merge 11 commits into
Closed
Conversation
st0012
marked this pull request as draft
August 3, 2026 16:45
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-rule-test-case
branch
from
August 3, 2026 21:28
57a1cc2 to
de63126
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-rule-test-case
branch
from
August 4, 2026 12:11
de63126 to
cc811cc
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-rule-test-case
branch
from
August 4, 2026 12:14
cc811cc to
999e135
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-rule-test-case
branch
from
August 4, 2026 18:05
999e135 to
bea6a70
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-rule-test-case
branch
from
August 4, 2026 21:11
bea6a70 to
972b406
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 5, 2026 10:02
97d1738 to
ef69eb1
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 5, 2026 10:02
972b406 to
92dffe6
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 5, 2026 18:48
ef69eb1 to
1ed3b94
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 5, 2026 18:53
92dffe6 to
01662ea
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 6, 2026 16:34
01662ea to
e304017
Compare
st0012
force-pushed
the
codex/linter-rule-authoring
branch
from
August 6, 2026 16:34
1ed3b94 to
1619fc8
Compare
st0012
changed the base branch from
codex/linter-rule-authoring
to
codex/linter-ruby-lsp-integration
August 6, 2026 16:35
st0012
force-pushed
the
codex/linter-ruby-lsp-integration
branch
from
August 6, 2026 17:17
cf7903a to
90fed04
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 6, 2026 17:17
e304017 to
0dc2caf
Compare
st0012
force-pushed
the
codex/linter-ruby-lsp-integration
branch
from
August 6, 2026 18:32
90fed04 to
5f23055
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 6, 2026 18:32
0dc2caf to
c1770d0
Compare
st0012
force-pushed
the
codex/linter-ruby-lsp-integration
branch
from
August 6, 2026 19:30
5f23055 to
24921d7
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 6, 2026 19:30
c1770d0 to
75829ce
Compare
st0012
force-pushed
the
codex/linter-ruby-lsp-integration
branch
from
August 6, 2026 20:33
24921d7 to
4bc5773
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 6, 2026 20:33
75829ce to
70dda92
Compare
st0012
force-pushed
the
codex/linter-rule-test-case
branch
from
August 6, 2026 21:06
70dda92 to
65d2f65
Compare
st0012
force-pushed
the
codex/linter-ruby-lsp-integration
branch
2 times, most recently
from
August 7, 2026 17:11
1c7f1e7 to
c210581
Compare
Member
Author
|
This work is now folded into #988. |
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.
Expose
Rubydex::Linter::RuleTestCasefor rule tests with file-backed graphs, multi-file sources, shared sources, and inline diagnostic annotations. Related information is matched at its own location, and missing graph dependencies can be asserted.The helper loads only when required, so
rubydex/linterdoes not load Minitest.