diff --git a/README.md b/README.md index 4d8fd66..297e780 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ A curated list of awesome Java frameworks, libraries and software. ## Code Analysis *Tools that provide metrics and quality measurements.* + +* [Codacy](https://www.codacy.com) - Continuous static analysis, code coverage, and software metrics to automate code reviews. * [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards. * [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs.