blob: 3acc7f6a4ed94c0a54b4768cd5d8b4ceb2a5292c (
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
|
<profile>
<name>profile1</name>
<language>xoo</language>
<rules>
<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>
</rules>
</profile>
|