aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/checkstyle-extensions/checkstyle-extensions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/checkstyle-extensions/checkstyle-extensions.xml')
-rw-r--r--tests/integration/checkstyle-extensions/checkstyle-extensions.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/integration/checkstyle-extensions/checkstyle-extensions.xml b/tests/integration/checkstyle-extensions/checkstyle-extensions.xml
deleted file mode 100644
index 3419181c828..00000000000
--- a/tests/integration/checkstyle-extensions/checkstyle-extensions.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<rules>
- <rule>
- <key>org.sonar.it.checkstyle.MethodsCountCheck</key>
- <name>Methods Count Check</name>
- <configKey>Checker/TreeWalker/org.sonar.it.checkstyle.MethodsCountCheck</configKey>
- <category name="Usability"/>
- <description>Count methods.</description>
- <param>
- <key>minMethodsCount</key>
- <description>Le nombre minimum de méthodes. 10 par défaut.</description>
-
- <!-- defaultValue is no more used since sonar 1.5. We keep it in this file to test backward compatibility -->
- <defaultValue>10</defaultValue>
- </param>
- </rule>
- </rules> \ No newline at end of file