diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-29 21:35:38 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-29 21:35:38 +0000 |
commit | 6143ab3cce790a5083669f355bfee16db07ffb41 (patch) | |
tree | 60d43699c4d3b84ff441abae0414879c61ade6d3 /sonar-core | |
parent | cff65d9bbd2e9ed8542695daed8be62bc3026916 (diff) | |
download | sonarqube-6143ab3cce790a5083669f355bfee16db07ffb41.tar.gz sonarqube-6143ab3cce790a5083669f355bfee16db07ffb41.zip |
add missing file
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/test/resources/org/sonar/core/components/CacheRuleFinderTest/shared.xml | 20 |
1 files changed, 20 insertions, 0 deletions
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 index 00000000000..f6adafee0da --- /dev/null +++ b/sonar-core/src/test/resources/org/sonar/core/components/CacheRuleFinderTest/shared.xml @@ -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 |