Checks the code with pylint. This will run pylint over each file separately.
- Python
- Python 2
- Python 3
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 ''.) |
pip
-pylint
- Duplication
- Formatting
- Security
- Syntax
- Unused Code
AGPL-3.0
- The coala developers ([email protected])