SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sonar Way" profile

This commit is contained in:
Evgeny Mandrikov 2011-03-21 12:55:57 +03:00
parent 0f561f68af
commit f9e8c73f19

View File

@ -124,10 +124,6 @@
<repositoryKey>checkstyle</repositoryKey>
<key>com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck</key>
</rule>
<rule>
<repositoryKey>checkstyle</repositoryKey>
<key>com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck</key>
</rule>
<rule>
<repositoryKey>checkstyle</repositoryKey>
<key>com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck</key>