-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pylint
] Implement too-many-locals
(PLR0914
)
#9163
Merged
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
diceroll123
force-pushed
the
add-PLR0914
branch
2 times, most recently
from
December 16, 2023 15:28
341e669
to
62df5a2
Compare
|
code | total | + violation | - violation | + fix | - fix |
---|---|---|---|---|---|
PLR0914 | 365 | 365 | 0 | 0 | 0 |
D400 | 2 | 1 | 1 | 0 | 0 |
diceroll123
force-pushed
the
add-PLR0914
branch
2 times, most recently
from
December 16, 2023 18:26
1eb9ba3
to
8ec4d43
Compare
diceroll123
force-pushed
the
add-PLR0914
branch
2 times, most recently
from
December 17, 2023 04:25
daaacd3
to
c017e65
Compare
diceroll123
force-pushed
the
add-PLR0914
branch
from
December 17, 2023 16:36
ca561a4
to
70a0de9
Compare
diceroll123
force-pushed
the
add-PLR0914
branch
from
December 17, 2023 16:47
70a0de9
to
19b31fc
Compare
charliermarsh
force-pushed
the
add-PLR0914
branch
from
December 18, 2023 19:52
6980f65
to
5c62432
Compare
charliermarsh
added
rule
Implementing or modifying a lint rule
preview
Related to preview mode features
labels
Dec 18, 2023
charliermarsh
changed the title
[pylint] implement rule
[Dec 18, 2023
PLR0914
pylint
] Implement too-many-locals
(PLR0914
)
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.
Summary
Implements
PLR0914
-too-many-locals
See #970
Test Plan
cargo test