Add checkstyle linter for java #27

Merged
jank1619 merged 11 commits from ci/java-pipes into main 2025-02-13 11:39:31 +00:00
Showing only changes of commit 4a9c769bbc - Show all commits

View File

@ -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