From 6a4754922a444f2dd8aa348dc374e1ee0c2d3d5b Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 22 Oct 2019 16:50:04 +0200 Subject: [PATCH] Added more rules that we already fulfill --- build.gradle | 1 + config/checkstyle/checkstyle.xml | 7 +++++++ 2 files changed, 8 insertions(+) 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 @@ + + + + +