Disable checkstlye check by default

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-05-16 14:10:59 +01:00
parent 2f5d53fde0
commit 20ccd1f0ac

View File

@@ -337,7 +337,7 @@
<maven-checkstyle-plugin.failOnViolation>true</maven-checkstyle-plugin.failOnViolation>
<puppycrawl-tools-checkstyle.version>9.3</puppycrawl-tools-checkstyle.version>
<disable.checks>false</disable.checks>
<disable.checks>true</disable.checks>
</properties>