Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
64 lines (49 loc) · 2.56 KB

PyLintBear.rst

File metadata and controls

64 lines (49 loc) · 2.56 KB

Checks the code with pylint. This will run pylint over each file separately.

  • Python
  • Python 2
  • Python 3

Settings

Setting Meaning
pylint_cli_options Any command line options you wish to be passed to pylint. (Optional, defaults to ''.)
pylint_disable Disable the message, report, category or checker with the given id(s). (Optional, defaults to 'None'.)
pylint_enable Enable the message, report, category or checker with the given id(s). (Optional, defaults to 'None'.)
pylint_rcfile The rcfile for PyLint. (Optional, defaults to ''.)

Dependencies

  • pip - pylint

Can Detect

  • Duplication
  • Formatting
  • Security
  • Syntax
  • Unused Code

License

AGPL-3.0

Authors