Add checkstyle linter for java #27
@ -5,6 +5,10 @@ plugins {
|
|||||||
id("checkstyle")
|
id("checkstyle")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
checkstyle {
|
||||||
|
configFile = file("$rootDir/config/checkstyle.xml")
|
||||||
|
}
|
||||||
|
|
||||||
tasks.withType<Checkstyle> {
|
tasks.withType<Checkstyle> {
|
||||||
reports {
|
reports {
|
||||||
// Disable HTML report
|
// Disable HTML report
|
||||||
|
Loading…
x
Reference in New Issue
Block a user