feat: disallow use of name value
for public variables
#59
Labels
feature
New features/Updates to existing features
value
for public variables
#59
Feature Description
Specifying the name
value
for a public variable makes it unclear what the variable represents.Therefore, it is recommended to use the variable name
resource
instead ofvalue
.Motivation
To appropriate variable names that are difficult to understand.
Invalid Code Examples
Valid Code Examples
Rule Type
problem (possible errors)
Implementation Details
Additional Context
No response
The text was updated successfully, but these errors were encountered: