-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add "zero" linter #3491
Copy link
Copy link
Open
Labels
enhancementNew feature or improvementNew feature or improvementlinter: newSupport new linterSupport new linterno decisionNo decision to fix or notNo decision to fix or not
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvementlinter: newSupport new linterSupport new linterno decisionNo decision to fix or notNo decision to fix or not
Your feature request related to a problem? Please describe.
The
zerolinter finds unnecessary assignment which zero value assigns to a variable:https://github.com/gostaticanalysis/zero
Describe the solution you'd like.
—
Describe alternatives you've considered.
—
Additional context.
No response