Skip to content

Commit

Permalink
[JENKINS-35317] Findbugs!
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jun 3, 2016
1 parent 7a2c5a2 commit 8686912
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -120,6 +120,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>src/findbugs/excludesFilter.xml</excludeFilterFile>
</configuration>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions src/findbugs/excludesFilter.xml
@@ -0,0 +1,5 @@
<FindBugsFilter>
<Match>
<Class name="~.*\.CQL(Lexer|Parser)"/>
</Match>
</FindBugsFilter>

0 comments on commit 8686912

Please sign in to comment.