public interface ScalafixLintID
The contract of id is that all diagnostics of the same "category" will have the same id. For example, the DisableSyntax rule has a unique ID for each category such as "noSemicolon" or "noTabs".
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
categoryID() |
java.lang.String |
ruleName() |
java.lang.String ruleName()
java.lang.String categoryID()