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.
Activity
Evgeny Mandrikov
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Original Estimate | 1 day [ 86400 ] | |
| Remaining Estimate | 1 day [ 86400 ] |
Waleri Enns
made changes -
| Assignee | Waleri Enns [ wenns ] | |
| Description |
Pylint intergration (style && rules checker) should be configurable and provide
at least the possibility to - pick a custom pylint - pick a costom pylint config file The latter is quite important because the config contains codint 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 own .pylintrc to it. |
Pylint intergration (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. |
Waleri Enns
made changes -
| Fix Version/s | PYTHON-0.1 [ 18078 ] |
Waleri Enns
made changes -
| Summary | Make the pylint interation configurable | Make the pylint integration configurable |
| Description |
Pylint intergration (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. |
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. |
Waleri Enns
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Waleri Enns
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Complete for now. Possible improvements for later: