This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Separate SingleRuleLinter into Linter and LintRule #375
Merged
Conversation
This file contains 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
Atry
force-pushed
the
split-baselinter
branch
4 times, most recently
from
November 6, 2021 05:35
5bec5e5
to
5f2c53f
Compare
Atry
changed the title
Separate the roles of BaseLinter into Linter and ProblemFinder
Separate the roles of BaseLinter into Linter and LintRule
Nov 6, 2021
Atry
changed the title
Separate the roles of BaseLinter into Linter and LintRule
Separate BaseLinter into Linter and LintRule
Nov 6, 2021
Atry
force-pushed
the
split-baselinter
branch
4 times, most recently
from
November 8, 2021 22:20
c3577fb
to
e3d71d6
Compare
fredemmott
suggested changes
Nov 8, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation/structure seem great, but the naming is very confusing. Changing it will be a BC break, but I think the clarity/tech-debt avoidance is worth it here.
Atry
force-pushed
the
split-baselinter
branch
from
November 9, 2021 04:48
e3d71d6
to
adc9919
Compare
Atry
force-pushed
the
split-baselinter
branch
from
November 9, 2021 17:06
adc9919
to
b4907a5
Compare
Atry
force-pushed
the
split-baselinter
branch
from
November 9, 2021 17:09
b4907a5
to
91f6f43
Compare
fredemmott
approved these changes
Nov 9, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine to merge as-is, either address before merging or a separate PR
fredemmott
reviewed
Nov 9, 2021
Atry
force-pushed
the
split-baselinter
branch
2 times, most recently
from
November 9, 2021 19:58
251f6dc
to
31f3766
Compare
Atry
force-pushed
the
split-baselinter
branch
from
November 9, 2021 19:59
31f3766
to
717b695
Compare
Atry
changed the title
Separate BaseLinter into Linter and LintRule
Separate SingleRuleLinter into Linter and LintRule
Nov 9, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Reviewing each commit one by one would be easier, because there are multiple commits, which are too messy when reviewing them together.