]> source.dussan.org Git - sonarqube.git/blob
13f34bcd263236ae51ae5033619bdd5cfd110541
[sonarqube.git] /
1 <dataset>
2
3   <!-- Template rule -->
4   <rules id="1" name="Null Pointer" plugin_rule_key="S001"
5          plugin_config_key="S1" plugin_name="xoo"
6          description_format="HTML" description="S001 desc" language="xoo"
7          priority="4" status="READY"
8          is_template="[true]" template_id="[null]"
9          tags="bug,performance" system_tags="cwe"
10          created_at="2014-05-10" updated_at="2014-05-11"
11          created_at_ms="1500000000000" updated_at_ms="1600000000000"
12   />
13
14   <!-- Custom rule -->
15   <rules id="2" name="Slow" plugin_rule_key="S002"
16          plugin_config_key="S2" plugin_name="xoo"
17          description_format="MARKDOWN" description="*S002 desc*" language="xoo"
18          priority="3" status="BETA"
19          is_template="[false]" template_id="1"
20          tags="[null]" system_tags="[null]"
21          created_at="2014-05-10" updated_at="2014-05-11"
22          created_at_ms="2000000000000" updated_at_ms="2100000000000"
23   />
24
25 </dataset>