Description returns a detailed description of what the rule checks.
()
| 108 | |
| 109 | // Description returns a detailed description of what the rule checks. |
| 110 | Description() string |
| 111 | |
| 112 | // Analyze inspects a single statement and returns suggestions. |
| 113 | Analyze(stmt ast.Statement) []Suggestion |
no outgoing calls