liuxiaocs7 commented on PR #7431: URL: https://github.com/apache/hbase/pull/7431#issuecomment-3561278681
> Please fix the checkstyle issue? Hi, @Apache9, thank you for pointing it out. I missed it before and it has been fixed, let's wait for CI pass. BTW, When running the `mvn checkstyle:check` locally, the check fails. Then using `mvn checkstyle:checkstyle -DCheckstyle.mailOnViolation=false`, we can see the number of every module check failures, total is 5060. The example output is shown below. Should we need to fix or modify the check rules to ensure that `mvn checkstyle:check` runs successfully. ``` [INFO] There are 3359 errors reported by Checkstyle 11.0.1 with hbase/checkstyle.xml ruleset. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
