Add coala

This commit is contained in:
Attila Tovt 2016-04-21 07:42:26 +03:00
parent b35e69e4bc
commit fe50451d7d

View File

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