diff --git a/build.gradle b/build.gradle
index 07b31d0a53..edb76497f7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -372,11 +372,9 @@ checkstyle {
}
tasks.withType(Checkstyle) {
+ showViolations true
reports {
- showViolations false
- ignoreFailures = true
- xml.required = true
- html.required = true
+ ignoreFailures = false
}
}
diff --git a/config/checkstyle/sun_checks.xml b/config/checkstyle/sun_checks.xml
index a5ef00d580..be1008ff85 100644
--- a/config/checkstyle/sun_checks.xml
+++ b/config/checkstyle/sun_checks.xml
@@ -27,7 +27,7 @@
https://checkstyle.org/config.html#Checker
-->
-
+
@@ -183,4 +183,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+