blob: 6668eff90968b4acf64ed5a0d29f8ffb867053a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<profile>
<name>with-many-rules</name>
<language>xoo</language>
<rules>
<rule>
<repositoryKey>xoo</repositoryKey>
<key>OneIssuePerLine</key>
<priority>MINOR</priority>
</rule>
<rule>
<repositoryKey>xoo</repositoryKey>
<key>OneIssuePerFile</key>
<priority>MAJOR</priority>
</rule>
<rule>
<repositoryKey>xoo</repositoryKey>
<key>OneIssuePerModule</key>
<priority>CRITICAL</priority>
</rule>
<rule>
<repositoryKey>xoo</repositoryKey>
<key>HasTag</key>
<priority>INFO</priority>
<parameters>
<parameter>
<key>tag</key>
<value>xoo</value>
</parameter>
</parameters>
</rule>
<rule>
<repositoryKey>xoo</repositoryKey>
<key>OneBugIssuePerLine</key>
<priority>CRITICAL</priority>
</rule>
<rule>
<repositoryKey>xoo</repositoryKey>
<key>OneVulnerabilityIssuePerModule</key>
<priority>BLOCKER</priority>
</rule>
</rules>
</profile>
|