Skip to content

Commit 05be2ca

Browse files
newtorka-d
andauthored
Initial (#130)
Co-authored-by: Alexander Dümont <[email protected]>
1 parent 93040f1 commit 05be2ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pipeline/checkstyle-suppressions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<suppressions>
88
<!-- Suppress generated clients -->
9-
<suppress files="/core/client/" checks=".*"/>
10-
<suppress files="/orchestration/client/" checks=".*"/>
9+
<suppress files="[/\\]core[/\\]client[/\\]" checks=".*"/>
10+
<suppress files="[/\\]orchestration[/\\]client[/\\]" checks=".*"/>
1111
<!-- Suppress TODOs -->
1212
<suppress files="OpenAiChatCompletionParameters.java" checks="TodoComment" lines="95" />
1313
<suppress files="OpenAiChatMessage.java" checks="TodoComment" lines="255,271" />

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@
406406
<!-- Exclude generated clients -->
407407
<suppressionsLocation>${project.rootdir}/.pipeline/checkstyle-suppressions.xml</suppressionsLocation>
408408
<linkXRef>false</linkXRef>
409+
<failOnViolation>true</failOnViolation>
410+
<violationSeverity>info</violationSeverity>
411+
<maxAllowedViolations>0</maxAllowedViolations>
409412
</configuration>
410413
<dependencies>
411414
<dependency>

0 commit comments

Comments
 (0)