Author: pmouawad
Date: Sat Dec 31 10:15:20 2016
New Revision: 1776718
URL: http://svn.apache.org/viewvc?rev=1776718&view=rev
Log:
Ignore for now
squid:S134 "Refactor this code to not nest more than 3 if/for/while/switch/try
statements. "
Modified:
jmeter/trunk/build.xml
Modified: jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1776718&r1=1776717&r2=1776718&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Dec 31 10:15:20 2016
@@ -3392,6 +3392,10 @@ run JMeter unless all the JMeter jars ar
value="squid:MaximumInheritanceDepth" />
<property name="sonar.issue.ignore.multicriteria.c3.resourceKey"
value="**/*.java" />
+ <property name="sonar.issue.ignore.multicriteria.c4.ruleKey"
+ value="squid:S134" />
+ <property name="sonar.issue.ignore.multicriteria.c4.resourceKey"
+ value="**/*.java" />
<property name="core.sonar.projectName" value="core" />
<property name="core.sonar.sources" value="${src.core}" />
<property name="core.sonar.projectBaseDir" value="./" />