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
The sourceDirectories configuration of our Checkstyle setup mean that modules will check the entire directory tree beneath their location, including any sub-modules. In the 2.x builds this means that checking in spring-boot-build covers the entire source tree. We need to find a way to check more than just .java files, but avoid checking nested modules.
The text was updated successfully, but these errors were encountered:
I think we can flip this on its head and have the main build check all subfolders and just not inherited it in the children. I think I have it working locally but we'll need some CI updates.
philwebb
changed the title
Polish Checkstyle configuration so that modules do not check their sub-modules
Ensure nohttp checkstyle is only applied at top level
Jun 8, 2019
Uh oh!
There was an error while loading. Please reload this page.
The
sourceDirectories
configuration of our Checkstyle setup mean that modules will check the entire directory tree beneath their location, including any sub-modules. In the 2.x builds this means that checking inspring-boot-build
covers the entire source tree. We need to find a way to check more than just.java
files, but avoid checking nested modules.The text was updated successfully, but these errors were encountered: