id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12218 Make file should accept optional module or package name for pylint command Ryan J Ollos Ryan J Ollos `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. enhancement assigned normal 1.2.3 general normal makefile pylint bitesized Filename, module or package can be passed to `make pylint`.