]> source.dussan.org Git - sonarqube.git/commitdiff
add missing file
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 29 Nov 2010 21:35:38 +0000 (21:35 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 29 Nov 2010 21:35:38 +0000 (21:35 +0000)
sonar-core/src/test/resources/org/sonar/core/components/CacheRuleFinderTest/shared.xml [new file with mode: 0644]

diff --git a/sonar-core/src/test/resources/org/sonar/core/components/CacheRuleFinderTest/shared.xml b/sonar-core/src/test/resources/org/sonar/core/components/CacheRuleFinderTest/shared.xml
new file mode 100644 (file)
index 0000000..f6adafe
--- /dev/null
@@ -0,0 +1,20 @@
+<dataset>
+  <rules_categories id="6" name="Efficiency" description="[null]" />
+
+  <!-- CHECKSTYLE -->
+
+  <rules id="1" name="Check Header" rules_category_id="6" plugin_rule_key="com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck" 
+         plugin_config_key="Checker/Treewalker/HeaderCheck" plugin_name="checkstyle" description="[null]" priority="4" enabled="true"  cardinality="SINGLE" parent_id="[null]"/>
+
+  <!-- disabled rule -->
+  <rules id="2" name="Disabled checked" rules_category_id="6" plugin_rule_key="DisabledCheck"
+         plugin_config_key="Checker/Treewalker/DisabledCheck" plugin_name="checkstyle" description="[null]" priority="4" enabled="false" cardinality="SINGLE" parent_id="[null]" />
+
+  <rules id="3" name="Check Annotation" rules_category_id="6" plugin_rule_key="com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck"
+         plugin_config_key="Checker/Treewalker/AnnotationUseStyleCheck" plugin_name="checkstyle" description="[null]" priority="4" enabled="true" cardinality="SINGLE" parent_id="[null]" />
+
+
+  <!-- PMD -->
+  <rules id="4" name="Call Super First" rules_category_id="6" plugin_rule_key="CallSuperFirst"
+         plugin_config_key="rulesets/android.xml/CallSuperFirst" plugin_name="pmd" description="[null]" priority="2" enabled="true" cardinality="SINGLE" parent_id="[null]" />
+</dataset>
\ No newline at end of file