-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add "untypedconst" linter #3478
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
untypedconstlinter ensures that untyped constant expressions are not used as values of defined type (a.k.a. named type).https://github.com/jiftechnify/untypedconst
Describe the solution you'd like.
—
Describe alternatives you've considered.
—
Additional context.
No response