diff --git a/build.gradle b/build.gradle index d8e1a6c32..8ac4eda94 100644 --- a/build.gradle +++ b/build.gradle @@ -91,4 +91,5 @@ task checkstyle(type: Checkstyle) { classpath = files() source "${project.rootDir}" exclude("**/gen/**") + exclude("**/generated/**") } diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 0a5b47eb8..bcddda794 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -11,6 +11,13 @@ + + + + +