nikitasavinov / checkstyle-action

Run Java checkstyle with reviewdog in github actions
MIT License
59 stars 36 forks source link

Possibility to include custom Checkstyle checks #26

Open paullatzelsperger opened 3 years ago

paullatzelsperger commented 3 years ago

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.