On Thu, Jun 4, 2015 at 9:47 PM, anatoly techtonik techtonik@gmail.com wrote:
Does it support multiple modules like `pylint package1 package1 ...`? Command line help looks like it doesn't.
Also, is it possible to limit CRLF mismatch message to a single line per file if all lines are in the wrong format? https://travis-ci.org/spyder-ide/spyder/jobs/65453904
-- anatoly t.
Yes, you can give to it multiple packages. If it's not clear from the documentation, maybe it's a bug. Regarding your last question, no..pylint is quite pedantic and it emits the same message for every line that has the given problem.