Introducing Antlr4 for cpsPath parsing
[cps.git] / spotbugs / src / main / resources / spotbugs-exclude.xml
index c46270c..7fdda73 100644 (file)
@@ -1,4 +1,8 @@
 <FindBugsFilter>
+  <Match>
+    <!-- Ignore generated code from Antlr4 -->
+    <Package name="org.onap.cps.cpspath.parser.antlr4" />
+  </Match>
   <Match>
     <Or>
       <!-- Anonymous inner classes are very common. -->