From fe50451d7dc0e0c6a3f9fe651f21d65956fdcd94 Mon Sep 17 00:00:00 2001 From: Attila Tovt Date: Thu, 21 Apr 2016 07:42:26 +0300 Subject: [PATCH] Add coala --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24a977dc..1270a229 100644 --- a/README.md +++ b/README.md @@ -905,6 +905,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts. * [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application. * [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python. + * [coala](http://coala-analyzer.org/) - Language independent and easily extendable code analysis application. * Linter * [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co. * [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer.