Merge pull request #933 from invzhi/patch-1

Remove PySonar2
This commit is contained in:
Vinta 2017-09-13 13:05:39 +08:00 committed by GitHub
commit 38e1919e9b

View File

@ -236,7 +236,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [coala](http://coala.io/) - Language independent and easily extendable code analysis application.
* [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.
* Linter
* [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
* [pylama](https://github.com/klen/pylama) - Code audit tool for Python and JavaScript.