This is an automated email from the ASF dual-hosted git repository. pradeep pushed a commit to branch RANGER-5061_master in repository https://gitbox.apache.org/repos/asf/ranger.git
commit d4d8e582f939aa40fe416bd2f91949660f15e479 Author: Pradeep AgrawaL <[email protected]> AuthorDate: Tue Dec 31 21:06:49 2024 +0530 RANGER-5061: checkstyle compliance : security-admin module --- security-admin/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security-admin/pom.xml b/security-admin/pom.xml index 4245f9c1e..db17552c4 100644 --- a/security-admin/pom.xml +++ b/security-admin/pom.xml @@ -27,6 +27,9 @@ <name>Security Admin Web Application</name> <description>security-admin-tool java web application</description> <properties> + <checkstyle.failOnViolation>true</checkstyle.failOnViolation> + <checkstyle.skip>false</checkstyle.skip> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <skipJSTests>false</skipJSTests> </properties> <dependencies>
