Checkstyle allows for developing custom checks that can be included via the java classpath.
It is also possible to include the custom check in a Gradle build.
Since the reporting capabilities of this plugin are way better than a standard gradle task, it would be cool if there was an option to include *.jar files into the checkstyle classpath.
Checkstyle allows for developing custom checks that can be included via the java classpath. It is also possible to include the custom check in a Gradle build.
Since the reporting capabilities of this plugin are way better than a standard gradle task, it would be cool if there was an option to include
*.jar
files into the checkstyle classpath.