summaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-01-06 12:19:55 +0100
committerByteHamster <info@bytehamster.com>2022-01-16 11:23:29 +0100
commit114a2c192c9b68230ab9a089a79708ed31393499 (patch)
tree451e88ab71056dc2c137bb6c9441ff602ec2136f /config/checkstyle
parent2243ca372e9fd7272d61913d63d000060a7af9f6 (diff)
downloadantennapod-114a2c192c9b68230ab9a089a79708ed31393499.zip
Make checkstyle CI faster
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>