From 0fcb0cf0bb81e6b3e4c3147f46d9bb1feeb93ce5 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Tue, 15 Mar 2011 12:48:02 +0300 Subject: [PATCH] SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" profile --- .../org/sonar/plugins/checkstyle/profile-sun-conventions.xml | 4 ---- 1 file changed, 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 @@ -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 -- 2.39.5