From 975d1f30ac58bb49867d0552e922a1f20e5682e7 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 18 Oct 2010 14:22:25 +0000 Subject: [PATCH] checkstyle integration tests: use the new rules XML format --- .../checkstyle-extensions.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tests/integration/checkstyle-extensions/checkstyle-extensions.xml b/tests/integration/checkstyle-extensions/checkstyle-extensions.xml index 612fa55d2a7..cbd0bb43603 100644 --- a/tests/integration/checkstyle-extensions/checkstyle-extensions.xml +++ b/tests/integration/checkstyle-extensions/checkstyle-extensions.xml @@ -1,14 +1,16 @@ - + + org.sonar.it.checkstyle.MethodsCountCheck Methods Count Check Checker/TreeWalker/org.sonar.it.checkstyle.MethodsCountCheck - + Usability Count methods. - - Le nombre minimum de méthodes. 10 par défaut. - - - 10 - + + minMethodsCount + Le nombre minimum de méthodes. 10 par défaut. + + + 10 + \ No newline at end of file -- 2.39.5