From 5c22f66a216bff2ee2dac2c325cfb87f456a1570 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Tue, 8 Feb 2011 00:07:25 +0100 Subject: [PATCH] SONAR-2144 Cardinality of checkstyle rule Type Name should be updated to multiple --- .../main/resources/org/sonar/plugins/checkstyle/rules.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 68d35188f62..44f8b1f8274 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 @@ -533,7 +533,7 @@ Rationale: Too large methods and classes are hard to read and costly to maintain MINOR - + MULTIPLE @@ -1612,7 +1612,7 @@ Rationale: Too large methods and classes are hard to read and costly to maintain MAJOR - + MULTIPLE @@ -1724,9 +1724,10 @@ Rationale: Too large methods and classes are hard to read and costly to maintain --> -MAJOR + MAJOR + MULTIPLE ^[A-Z][a-zA-Z0-9]*$ -- 2.39.5