Enable @surpressWarnings for Checkstyle
[oparent.git] / checkstyle / src / main / resources / onap-checkstyle / onap-java-style.xml
index 4f03bae..b3b4df9 100644 (file)
@@ -54,6 +54,7 @@
             default="checkstyle-suppressions.xml" />
         <property name="optional" value="true" />
     </module>
+    <module name="SuppressWarningsFilter"/>
 
     <!-- Checks for whitespace                               -->
     <!-- See http://checkstyle.org/config_whitespace.html -->
                 default="checkstyle-xpath-suppressions.xml" />
             <property name="optional" value="true" />
         </module>
+        <module name="SuppressWarningsHolder"/>
     </module>
 </module>