Skip to content

Commit 20ccd1f

Browse files
committed
Disable checkstlye check by default
Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent 2f5d53f commit 20ccd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
<maven-checkstyle-plugin.failOnViolation>true</maven-checkstyle-plugin.failOnViolation>
338338
<puppycrawl-tools-checkstyle.version>9.3</puppycrawl-tools-checkstyle.version>
339339

340-
<disable.checks>false</disable.checks>
340+
<disable.checks>true</disable.checks>
341341

342342
</properties>
343343

0 commit comments

Comments
 (0)