Skip to content

Commit

Permalink
[JENKINS-35306] Try and fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jun 3, 2016
1 parent 10e992e commit 28bb169
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/findbugs/excludesFilter.xml
@@ -1,5 +1,8 @@
<FindBugsFilter>
<Match>
<Class name="~.*\.CQL(Lexer|Parser)"/>
<Class name="~.*\.CQLLexer"/>
</Match>
<Match>
<Class name="~.*\.CQLParser"/>
</Match>
</FindBugsFilter>

0 comments on commit 28bb169

Please sign in to comment.