[JENKINS-36717] - Remove FindBugs priority filters since they do not actually impact the build

This commit is contained in:
Oleg Nenashev 2016-08-01 19:55:58 +03:00
parent 798530c692
commit d735f5e03b
1 changed files with 0 additions and 9 deletions

View File

@ -12,13 +12,4 @@
<Bug pattern="DM_DEFAULT_ENCODING"/>
</Or>
</Match>
<!-- exclude medium and low priorities -->
<!--TODO: Cleanup code and remove filtering of medium-priority issues-->
<Match>
<Priority value="2"/>
</Match>
<Match>
<Priority value="3"/>
</Match>
</FindBugsFilter>