Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1091] Update docs about how to use error-prone plugin in IDEA
### What changes were proposed in this pull request? `CONTRIBUTING.md` introduces how to use Error Prone in IntelliJ IDEA. ### Why are the changes needed? Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time. Starting from version 0.4.0, the Celeborn project supports augment the compiler’s type analysis using Error Prone. It's better to provide a detailed guide on how to eliminate classes of serious bugs from entering code in the Celeborn project using Error Prone plugin in IntelliJ IDEA. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes apache#2047 from SteNicholas/CELEBORN-1091. Authored-by: SteNicholas <programgeek@163.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
- Loading branch information