Added Codacy

This commit is contained in:
Andreas Kull
2016-01-13 20:58:30 +01:00
parent b1bc73964e
commit ba32cd5f09

View File

@ -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.