Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: PYTHON-0.1
-
Component/s: Python
-
Labels:None
-
Number of attachments :
Description
Pylint integration (style && rules checker) should be configurable and provide
at least the possibility to:
- pick a custom pylint
- pick a custom pylint config file
The latter is quite important because the config contains coding style elements
and such things vary from project to project. Configuring a custom coding style
would be a matter of cloning the default profile and assigning an own .pylintrc to it.