Skip to content

Feature

ming edited this page Dec 7, 2016 · 4 revisions

Our project is consist of 2 parts, one is Lint and other is Report.

Lint in here is not just Lint but also includes something to check for analyzing the repository.

  • Lint and something to check
    • PEP8
    • Pyflake
    • isort
    • misspell
    • Check whether imported package in requirements.txt if requirements.txt is exist.
    • Compatibility of Python 2 and 3
    • LICENSE
    • Check whether there are test code and test tools (like pytest, tox etc.)
    • (Not supported now) Other own conventions
  • Report
    • View the reporting results on local web server.
    • (Not supported now) We'll provide it as web service.
Clone this wiki locally