diff options
Diffstat (limited to 'gradle/checkstyle.xml')
-rw-r--r-- | gradle/checkstyle.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gradle/checkstyle.xml b/gradle/checkstyle.xml index 72950c7bd..e4df54d8c 100644 --- a/gradle/checkstyle.xml +++ b/gradle/checkstyle.xml @@ -5,6 +5,8 @@ <module name="Checker"> + <module name="SuppressWarningsFilter"/> + <module name="SuppressionSingleFilter"> <property name="files" value="[/\\]protobuf[/\\]"/> <property name="checks" value=".*"/> @@ -51,6 +53,8 @@ <module name="TreeWalker"> + <module name="SuppressWarningsHolder"/> + <!-- Checks for Naming Conventions. --> <!-- See http://checkstyle.sf.net/config_naming.html --> <module name="ConstantName"/> |