From a2a799a8a7328546d762585cb35160ff187989f6 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Fri, 22 Jan 2021 19:50:31 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c650ff3af..e6b626f81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,7 @@ sure that you are properly adhering to the code style. To reduce bugs and ensure code quality, we run the following tools on all commits and pull requests: -* [Error Prone](https://errorprone.info/) +* [SpotBugs](https://spotbugs.github.io/): ensures that common errors do not + get into the codebase. The build will fail if SpotBugs finds an issue. * [Checkstyle](http://checkstyle.sourceforge.net/): ensures that your code is correctly formatted. The build will fail if Checkstyle detects a problem.