Skip to content

Commit b7a92bd

Browse files
committed
Minor update
1 parent e08b598 commit b7a92bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ CSV files of various types.
145145
<artifactId>findbugs-maven-plugin</artifactId>
146146
<version>2.5.2</version>
147147
<configuration>
148+
<effort>Max</effort>
149+
<!-- Reports all bugs (other values are medium and max) -->
150+
<threshold>Low</threshold>
148151
<findbugsXmlOutput>true</findbugsXmlOutput>
149152
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
150153
<xmlOutput>true</xmlOutput>

0 commit comments

Comments
 (0)