We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08b598 commit b7a92bdCopy full SHA for b7a92bd
1 file changed
pom.xml
@@ -145,6 +145,9 @@ CSV files of various types.
145
<artifactId>findbugs-maven-plugin</artifactId>
146
<version>2.5.2</version>
147
<configuration>
148
+ <effort>Max</effort>
149
+ <!-- Reports all bugs (other values are medium and max) -->
150
+ <threshold>Low</threshold>
151
<findbugsXmlOutput>true</findbugsXmlOutput>
152
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
153
<xmlOutput>true</xmlOutput>
0 commit comments