AbbreviationAsWordInName problem with constants in interfaces #85
Milestone
Comments
Merged
released at 1.6.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AbbreviationAsWordInNameChecks should ignore constants declaration in interfaces if
ignoreFinal or ignoreStatic is TRUE. As all the variables in an interface are implicitly static finals.
The text was updated successfully, but these errors were encountered: