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
As Java code increases, it will become increasingly important to implement code formatter best practices. As a result, we will be able to use spotless to:
Reviewing code: Spotless can be used to identify issues related to format.
Formatting code: Spotless can be used to automatically fix common formatting mistakes, such as spaces, newlines, and unnecessary imports.
This enhancement will propose replacing maven-checkstyle-plugin with spotless-maven-plugin, which is currently used by Java.
Component(s)
Java
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
As Java code increases, it will become increasingly important to implement code formatter best practices. As a result, we will be able to use spotless to:
This enhancement will propose replacing
maven-checkstyle-plugin
withspotless-maven-plugin
, which is currently used by Java.Component(s)
Java
The text was updated successfully, but these errors were encountered: