Skip to content

Commit

Permalink
[JENKINS-36720] - FindBugs. Reduse threshold to Medium
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Aug 19, 2016
1 parent d5727c5 commit 6ca0d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -504,7 +504,7 @@ THE SOFTWARE.
<version>${findbugs-maven-plugin.version}</version>
<configuration>
<effort>Max</effort>
<threshold>High</threshold>
<threshold>Medium</threshold>
<!--Excludes file is located on the top level-->
<excludeFilterFile>../src/findbugs/findbugs-excludes.xml</excludeFilterFile>
<xmlOutput>true</xmlOutput>
Expand Down

0 comments on commit 6ca0d75

Please sign in to comment.