From 6044dfebb4e2642754ce7041a2747938bac9a24c Mon Sep 17 00:00:00 2001 From: JoseLion Date: Sat, 10 Feb 2024 22:28:13 -0500 Subject: [PATCH] chore(lint): Checkstyle warning mode --- build.gradle | 1 + config/checkstyle/checkstyle.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c8d126..ad57af7 100644 --- a/build.gradle +++ b/build.gradle @@ -87,6 +87,7 @@ sonarLint { checkstyle { setToolVersion(libs.versions.checkstyle.get()) + setMaxWarnings(0) } dependencyLocking { diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 3eaefdb..d2a86f5 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -3,7 +3,7 @@ - +