Skip to content
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

repeated-global: FURB154 stabilization #14481

Open
MichaReiser opened this issue Nov 20, 2024 · 0 comments
Open

repeated-global: FURB154 stabilization #14481

MichaReiser opened this issue Nov 20, 2024 · 0 comments
Labels
needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule

Comments

@MichaReiser
Copy link
Member

  • Name: The name suggests to me that it's about repeated variables in a global statement, but that's not what the rule catches. The rule catches consecutive global or nonlocal statements. I suggest renaming the rule to consecutive-global
  • Consecutive global statements can be desired to avoid overlong lines because parenthesizing the names and breaking them over multiple lines is not valid syntax :(
@MichaReiser MichaReiser added rule Implementing or modifying a lint rule needs-decision Awaiting a decision from a maintainer labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
Projects
None yet
Development

No branches or pull requests

1 participant