Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit a108b40

Browse files
use release dependencies of tvdcc and plsql, update genmodels
1 parent 79cd3ac commit a108b40

3 files changed

Lines changed: 258 additions & 258 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@
107107
<!-- contains TrivadisGuidelines3 -->
108108
<groupId>trivadis.tvdcc</groupId>
109109
<artifactId>tvdcc</artifactId>
110-
<version>4.5.0-SNAPSHOT</version>
111-
<scope>provided</scope>
112-
</dependency>
113-
<dependency>
114-
<!-- contains PLSQLValidator -->
115-
<groupId>trivadis.oracle</groupId>
116-
<artifactId>plsql</artifactId>
117-
<version>4.2.2-SNAPSHOT</version>
110+
<version>4.5.0</version>
118111
<scope>provided</scope>
119112
</dependency>
113+
<dependency>
114+
<!-- contains PLSQLValidator -->
115+
<groupId>trivadis.oracle</groupId>
116+
<artifactId>plsql</artifactId>
117+
<version>4.2.2</version>
118+
<scope>provided</scope>
119+
</dependency>
120120
<dependency>
121121
<!-- required to build SonarQube plugin for minimal target version -->
122122
<groupId>org.sonarsource.sonarqube</groupId>

src/main/resources/GLP/genmodel/plsqlcop-model.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
</prop>
175175
<prop>
176176
<key>offset</key>
177-
<val>2.0</val>
177+
<val>1.0</val>
178178
<txt>mn</txt>
179179
</prop>
180180
</chc>
@@ -184,16 +184,16 @@
184184
<rule-key>E-0002</rule-key>
185185
<prop>
186186
<key>remediationFunction</key>
187-
<txt>LINEAR_OFFSET</txt>
187+
<txt>CONSTANT_ISSUE</txt>
188188
</prop>
189189
<prop>
190190
<key>remediationFactor</key>
191-
<val>3.0</val>
191+
<val>0.0</val>
192192
<txt>mn</txt>
193193
</prop>
194194
<prop>
195195
<key>offset</key>
196-
<val>10.0</val>
196+
<val>1.0</val>
197197
<txt>mn</txt>
198198
</prop>
199199
</chc>
@@ -212,7 +212,7 @@
212212
</prop>
213213
<prop>
214214
<key>offset</key>
215-
<val>2.0</val>
215+
<val>1.0</val>
216216
<txt>mn</txt>
217217
</prop>
218218
</chc>

0 commit comments

Comments
 (0)