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