File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments