aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-03-15 12:48:02 +0300
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-03-15 12:48:02 +0300
commit0fcb0cf0bb81e6b3e4c3147f46d9bb1feeb93ce5 (patch)
treebd369cd4d6b3edd9489da991b59b9e4cfa525f57 /plugins
parentd45810b9a7742dc57f7a53e0e6b2349553e4c465 (diff)
downloadsonarqube-0fcb0cf0bb81e6b3e4c3147f46d9bb1feeb93ce5.tar.gz
sonarqube-0fcb0cf0bb81e6b3e4c3147f46d9bb1feeb93ce5.zip
SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" profile
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/profile-sun-conventions.xml4
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 9ec3209ab48..ed7ec16be46 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
@@ -44,10 +44,6 @@
</rule>
<rule>
<repositoryKey>checkstyle</repositoryKey>
- <key>com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck</key>
- </rule>
- <rule>
- <repositoryKey>checkstyle</repositoryKey>
<key>com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck</key>
</rule>
<rule>