Skip to content
Snippets Groups Projects
Commit 7d66652b authored by Christian Wulf's avatar Christian Wulf
Browse files

activated fail on error for findbugs

parent e4c817c7
No related branches found
No related tags found
No related merge requests found
#FindBugs User Preferences #FindBugs User Preferences
#Wed May 13 14:13:30 CEST 2015 #Wed May 13 15:38:40 CEST 2015
detector_threshold=1 detector_threshold=3
effort=max effort=max
excludefilter0=.fbExcludeFilterFile|true excludefilter0=.fbExcludeFilterFile|true
filter_settings=High|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|15 filter_settings=Low|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|15
filter_settings_neg=NOISE| filter_settings_neg=NOISE|
run_at_full_build=true run_at_full_build=true
...@@ -238,9 +238,9 @@ ...@@ -238,9 +238,9 @@
<version>3.0.1</version> <version>3.0.1</version>
<configuration> <configuration>
<effort>Max</effort> <effort>Max</effort>
<threshold>High</threshold> <threshold>Low</threshold>
<includeTests>true</includeTests> <includeTests>true</includeTests>
<!-- <failOnError>false</failOnError> --> <failOnError>true</failOnError>
<excludeFilterFile>${project.basedir}/conf/quality-config/fb-filter.xml</excludeFilterFile> <excludeFilterFile>${project.basedir}/conf/quality-config/fb-filter.xml</excludeFilterFile>
</configuration> </configuration>
<executions> <executions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment