aboutsummaryrefslogtreecommitdiff
path: root/gradle/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gradle/checkstyle.xml')
-rw-r--r--gradle/checkstyle.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/checkstyle.xml b/gradle/checkstyle.xml
index d85100471..f84df396d 100644
--- a/gradle/checkstyle.xml
+++ b/gradle/checkstyle.xml
@@ -5,6 +5,8 @@
<module name="Checker">
+ <suppress files="[\\/]protobuf[\\/]" checks="[a-zA-Z0-9]*" />
+
<!--<property name="fileExtensions" value="java, properties, xml"/>-->
<!-- Checks whether files end with a new line. -->