suppression for method in Main clas

This commit is contained in:
Roman Ivanov 2015-06-11 23:45:45 -07:00
parent 109c032721
commit ca2572e99a
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<properties>
<property name="showClassesComplexity" value="false"/>
<property name="reportLevel" value="11"/>
<property name="violationSuppressXPath" value="//MethodDeclaration[@Name='validateCli' and ../../..[@Image='Main']]"/>
</properties>
</rule>
<rule ref="rulesets/java/codesize.xml/TooManyMethods">