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
I'm trying to implement Spotless but finding that it doesn't detect incorrect naming conventions as per the google style guide eg. naming a variable in camel case or a method in upper-letters.
Does spotless support this feature and should it be enforcing these rules? If not how could I modify it to do so?
The text was updated successfully, but these errors were encountered:
There is a difference between a formatting error which can be easily fixed locally (e.g. indentation) versus one which requires a widespread refactor which might affect multiple files (e.g. naming conventions). Read this comment for more info.
That said, if you want Spotless to enforce naming conventions, that is possible. You have three paths:
I'm trying to implement Spotless but finding that it doesn't detect incorrect naming conventions as per the google style guide eg. naming a variable in camel case or a method in upper-letters.
Does spotless support this feature and should it be enforcing these rules? If not how could I modify it to do so?
The text was updated successfully, but these errors were encountered: