Skip to content

Commit 808c378

Browse files
committed
config: skip sevntu till 1.27.0, due to bracking compatibility fix in checkstyle 8.7
1 parent 856796e commit 808c378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checkstyle-sonar-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
<goal>check</goal>
198198
</goals>
199199
<configuration>
200+
<skip>true</skip>
200201
<configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_sevntu_checks.xml</configLocation>
201202
<failOnViolation>true</failOnViolation>
202203
<includeResources>false</includeResources>

0 commit comments

Comments
 (0)