Remove PySonar2

[PySonar2](http://www.yinwang.org/blog-cn/2017/04/18/close-source) is no longer open source.
This commit is contained in:
invzhi 2017-09-13 09:24:00 +08:00 committed by GitHub
parent 27248bb193
commit 79baacc706

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.