summaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
Diffstat (limited to 'config/checkstyle')
-rw-r--r--config/checkstyle/suppressions.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml
index 612d582bd..47256a195 100644
--- a/config/checkstyle/suppressions.xml
+++ b/config/checkstyle/suppressions.xml
@@ -8,5 +8,6 @@
<suppress checks="." files="[\\/]generated-sources[\\/]"/>
<suppress checks="." files="[\\/]build[\\/]"/>
+ <suppress checks="." files="[\\/]gen[\\/]"/>
<suppress checks="." files="[\\/].idea[\\/]"/>
</suppressions>