Make file should accept optional module or package name for pylint command
make pylint generates a huge amount of output, which can be overwhelming if you just want to check a few files before submitting a patch or committing a change. It would be useful if, for example, make pylint trac.ticket.model or make pylint trac/ticket/model.py would only run pylint for the specified module.
Change History
(5)
| Keywords: |
bitesized added
|
| Milestone: |
next-major-releases → next-dev-1.3.x
|
| Owner: |
set to Christian Boos
|
| Status: |
new → assigned
|
| Milestone: |
next-dev-1.3.x → 1.2.2
|
| Owner: |
changed from Christian Boos to Ryan J Ollos
|
| Release Notes: |
modified (diff)
|
| Milestone: |
1.2.2 → 1.2.3
|
| Release Notes: |
modified (diff)
|
| Milestone: |
1.2.3 → 1.2.2
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
This, and maybe try to see if we could benefit from autopep8.