From f3aa8be583fbe2f433166699ab5ee37c8bdfc2d6 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 21 Apr 2022 13:38:06 -0500 Subject: [PATCH] Add checkstyle errors for non-inclusive terms (#1782) Signed-off-by: Peter Nied --- build.gradle | 6 ++---- config/checkstyle/sun_checks.xml | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 5 deletions(-) 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 @@ + + + + + + + + + + + + + +