diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-05-02 17:39:37 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-05-02 17:39:37 +0400 |
commit | 207e6c634122d23f72bfb7071291143db17d9476 (patch) | |
tree | 42e57300e0f10baabecee06389cf0e17b803afa5 | |
parent | 6a16313c50c80eb08c7acf001c6236af96fbf231 (diff) | |
download | sonarqube-207e6c634122d23f72bfb7071291143db17d9476.tar.gz sonarqube-207e6c634122d23f72bfb7071291143db17d9476.zip |
SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" profile
-rw-r--r-- | plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sun-conventions.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sun-conventions.xml b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sun-conventions.xml index ed7ec16be46..81d18cd226b 100644 --- a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sun-conventions.xml +++ b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sun-conventions.xml @@ -112,10 +112,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.javadoc.JavadocMethodCheck</key>
<parameters>
<parameter>
|