]> source.dussan.org Git - sonarqube.git/blob
1a9fbfd0c6a0e8499b2bf62fa267045129c6774d
[sonarqube.git] /
1 <sqale>
2   <chc>
3     <key>USABILITY</key>
4     <name>Usability</name>
5     <desc>Estimate usability</desc>
6   </chc>
7   <chc>
8     <key>EFFICIENCY</key>
9     <name>Efficiency</name>
10     <chc>
11       <key>MEMORY_EFFICIENCY</key>
12       <name>Memory use</name>
13       <chc>
14         <rule-repo>checkstyle</rule-repo>
15         <rule-key>Regexp</rule-key>
16         <prop>
17           <key>remediationFunction</key>
18           <!-- Should be replaced by linear -->
19           <txt>linear_threshold</txt>
20         </prop>
21         <prop>
22           <key>remediationFactor</key>
23           <val>3.2</val>
24           <txt>h</txt>
25         </prop>
26         <!-- Should be ignored -->
27         <prop>
28           <key>offset</key>
29           <val>1.0</val>
30           <txt>h</txt>
31         </prop>
32       </chc>
33     </chc>
34   </chc>
35
36 </sqale>