aboutsummaryrefslogtreecommitdiffstats
path: root/spotbugs/src/main/resources/spotbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spotbugs/src/main/resources/spotbugs-exclude.xml')
-rw-r--r--spotbugs/src/main/resources/spotbugs-exclude.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/spotbugs/src/main/resources/spotbugs-exclude.xml b/spotbugs/src/main/resources/spotbugs-exclude.xml
index c46270c1c..7fdda7364 100644
--- a/spotbugs/src/main/resources/spotbugs-exclude.xml
+++ b/spotbugs/src/main/resources/spotbugs-exclude.xml
@@ -1,5 +1,9 @@
<FindBugsFilter>
<Match>
+ <!-- Ignore generated code from Antlr4 -->
+ <Package name="org.onap.cps.cpspath.parser.antlr4" />
+ </Match>
+ <Match>
<Or>
<!-- Anonymous inner classes are very common. -->
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON" />