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
A typical SpringBootApplication does not have any method besides a main method. With the default settings, the build fail with a HideUtilityClassConstructor violation.
Configuration classes are also affected if they ony import other stuff.
It would be nice to review those and offer a default excludes for them.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Add sensitive defaults for Spring-related concepts
Add sensible defaults for Spring-related concepts
Dec 1, 2018
philwebb
changed the title
Add sensible defaults for Spring-related concepts
Add sensible checkstyle defaults for Spring-related concepts
Mar 26, 2019
philwebb
changed the title
Add sensible checkstyle defaults for Spring-related concepts
Add Spring specific HideUtilityClassConstructor
Mar 30, 2019
A typical
SpringBootApplication
does not have any method besides a main method. With the default settings, the build fail with aHideUtilityClassConstructor
violation.Configuration classes are also affected if they ony import other stuff.
It would be nice to review those and offer a default excludes for them.
The text was updated successfully, but these errors were encountered: