Exclude protobuf from checkstyle

This commit is contained in:
Anton Tananaev 2019-11-30 11:52:14 -08:00
parent e24fa43110
commit 71d6d5326c

View File

@ -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. -->