From: Evgeny Mandrikov Date: Tue, 15 Mar 2011 09:48:02 +0000 (+0300) Subject: SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" profile X-Git-Tag: 2.7~43 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0fcb0cf0bb81e6b3e4c3147f46d9bb1feeb93ce5;p=sonarqube.git SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" profile --- 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 @@ -42,10 +42,6 @@ checkstyle com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck - - checkstyle - com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck - checkstyle com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck