Skip to content

Commit 4a5c9b4

Browse files
stoyanK7romani
authored andcommitted
Pull #1002: Suppress check for keeping spacing between workflow job steps
1 parent c15b6de commit 4a5c9b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sevntu-checks/config/checkstyle-non-main-files-suppressions.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929

3030
<!-- numberOfTestCasesInXpath does not apply to sevntu -->
3131
<suppress id="numberOfTestCasesInXpath" files=".*" />
32+
33+
<!-- Suppressed until https://github.com/checkstyle/checkstyle/pull/12900
34+
is merged and 10.9.3 is released. -->
35+
<suppress id="workflowJobStepSpacing" files=".*" />
3236
</suppressions>

0 commit comments

Comments
 (0)