rich7420 commented on code in PR #11056: URL: https://github.com/apache/ozone/pull/11056#discussion_r3946623347
########## .github/ci.md: ########## @@ -43,6 +43,7 @@ Runs a subset of the following subjobs depending on what was selected by build-i - bats: [Checks](../hadoop-ozone/dev-support/checks/bats.sh) bash scripts, (using the [Bash Automated Testing System](https://github.com/bats-core/bats-core#bats-core-bash-automated-testing-system-2018)) - checkstyle: [Runs](../hadoop-ozone/dev-support/checks/checkstyle.sh) 'mvn checkstyle' plugin to confirm Java source abides by Ozone coding conventions - docs: [Builds](../hadoop-ozone/dev-support/checks/docs.sh) website with [Hugo](https://gohugo.io/) +- errorprone: [Runs](../hadoop-ozone/dev-support/checks/errorprone.sh) Error Prone static analysis during Java compilation. The check reports all warning and error diagnostics in `summary.txt` and fails for errors. Review Comment: nit: please update this to match `errorprone.sh`: all diagnostics go to `diagnostics.txt`, while `summary.txt` contains only ERROR/fallback. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
