From a33de076ed4e6c0f770810df91860ebb81789bc8 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Tue, 8 Feb 2011 00:02:44 +0100 Subject: [PATCH] Delete parameters ignoreModifier and ignoreName from the Checkstyle "Abstract Class Name". They are not supported in the Checkstyle version used by sonar. --- .../src/main/resources/org/sonar/plugins/checkstyle/rules.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml index 1c3d80833fe..68d35188f62 100644 --- a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml +++ b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml @@ -424,6 +424,8 @@ Rationale: Too large methods and classes are hard to read and costly to maintain ^Abstract.*$|^.*Factory$ + MAJOR -- 2.39.5