You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the rule idea, format
this issue's title as Rule Request: [Rule Name] and describe:
When a method is internal but not used outside of class the rule should warn to make it private.
Provide several examples of what would and wouldn't trigger violations.
New Issue Checklist
New rule request
Please describe the rule idea, format
this issue's title as
Rule Request: [Rule Name]
and describe:When a method is internal but not used outside of class the rule should warn to make it private.
Provide several examples of what would and wouldn't trigger violations.
Nontrigger
Trigger
Should the rule be opt-in or enabled by default? Why?
Because it is analyzer rule it should be opt-in.
The text was updated successfully, but these errors were encountered: