Thanks Felix, I was wondering what was not working , it was under my eyes but couldn't see it
On Sat, Dec 31, 2016 at 12:28 PM, Felix Schumacher < [email protected]> wrote: > Am 31.12.2016 um 11:15 schrieb [email protected]: > >> 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=1776 >> 718&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" /> >> > If you want to active the criteria, you will have to change the property > sonar.issue.ignore.multicriteria to list c4 (and c3 and c5). > > As I believe you wanted to enable those, I will do this (and change the > tabs to spaces as a plus :) > > Felix > > > <property name="core.sonar.projectName" value="core" /> >> <property name="core.sonar.sources" value="${src.core}" /> >> <property name="core.sonar.projectBaseDir" value="./" /> >> >> >> > -- Cordialement. Philippe Mouawad.
