From 207e6c634122d23f72bfb7071291143db17d9476 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Mon, 2 May 2011 17:39:37 +0400 Subject: [PATCH] SONAR-2275 Remove Checkstyle "Design For Extension" rule 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 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 @@ -110,10 +110,6 @@ - - checkstyle - com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck - checkstyle com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck -- 2.39.5