Skip to content

Commit

Permalink
fix: checkstyle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jan 25, 2024
1 parent c7a77e9 commit 8910eef
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ allprojects {

checkstyle {
toolVersion = "10.9.3"
configFile = rootProject.file("docs/dev/checkstyle/checkstyle-config.xml")
configDirectory.set(rootProject.file("docs/dev/checkstyle"))
configFile = rootProject.file("checkstyle/checkstyle-config.xml")
configDirectory.set(rootProject.file("checkstyle"))
maxErrors = 0 // does not tolerate errors
}

Expand Down
Loading

0 comments on commit 8910eef

Please sign in to comment.