diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-03-21 12:55:57 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-03-30 23:11:59 +0400 |
commit | f9e8c73f19309058017cf0b38c7ec0c4d5df7494 (patch) | |
tree | 0ab30d08573a89dd0efa7ee05f1380a92fbedb54 /plugins/sonar-checkstyle-plugin | |
parent | 0f561f68af042a587a883d5b42c273ee9273f748 (diff) | |
download | sonarqube-f9e8c73f19309058017cf0b38c7ec0c4d5df7494.tar.gz sonarqube-f9e8c73f19309058017cf0b38c7ec0c4d5df7494.zip |
SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sonar Way" profile
Diffstat (limited to 'plugins/sonar-checkstyle-plugin')
-rw-r--r-- | plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sonar-way.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sonar-way.xml b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sonar-way.xml index 0f7bc465582..d6798e01b1e 100644 --- a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sonar-way.xml +++ b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sonar-way.xml @@ -126,10 +126,6 @@ </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>
</rule>
<rule>
|