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.