Browse Source

Merge pull request #382 from stichoza-forks/code-climate

Added Code Climate
pull/428/merge
Jamie York 10 years ago
parent
commit
e139e8799f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

334
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
334
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
335
 * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
335
 * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
336
 * [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
336
 * [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
337
+* [Code Climate](http://codeclimate.com) - An automated code review.
337
 
338
 
338
 ## Architectural
339
 ## Architectural
339
 *Libraries related to design patterns, programming approaches and ways to organize code.*
340
 *Libraries related to design patterns, programming approaches and ways to organize code.*

Loading…
Cancel
Save