Closed
Description
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.