blob: 9803527b94f61c487056e440c8001cd41a780c16 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<?xml version="1.0"?><!-- Generated by Sonar -->
<profile>
<name>xoo-common-rules</name>
<language>xoo</language>
<rules>
<rule>
<repositoryKey>common-xoo</repositoryKey>
<key>DuplicatedBlocks</key>
<priority>CRITICAL</priority>
</rule>
<rule>
<repositoryKey>common-xoo</repositoryKey>
<key>InsufficientBranchCoverage</key>
<priority>CRITICAL</priority>
<parameters>
<parameter>
<key>minimumBranchCoverageRatio</key>
<value>90</value>
</parameter>
</parameters>
</rule>
<rule>
<repositoryKey>common-xoo</repositoryKey>
<key>InsufficientCommentDensity</key>
<priority>CRITICAL</priority>
<parameters>
<parameter>
<key>minimumCommentDensity</key>
<value>90.0</value>
</parameter>
</parameters>
</rule>
<rule>
<repositoryKey>common-xoo</repositoryKey>
<key>InsufficientLineCoverage</key>
<priority>CRITICAL</priority>
<parameters>
<parameter>
<key>minimumLineCoverageRatio</key>
<value>90</value>
</parameter>
</parameters>
</rule>
<rule>
<repositoryKey>common-xoo</repositoryKey>
<key>FailedUnitTests</key>
<priority>CRITICAL</priority>
</rule>
<rule>
<repositoryKey>common-xoo</repositoryKey>
<key>SkippedUnitTests</key>
<priority>CRITICAL</priority>
</rule>
</rules>
</profile>
|