On Thu, Jun 4, 2015 at 9:42 PM, Claudiu Popa <pcmantic...@gmail.com> wrote:
> On Thu, Jun 4, 2015 at 9:30 PM, anatoly techtonik <techto...@gmail.com> wrote:
>> Found the command:
>> py -2 -m pylint --reports=n --disable=all
>> --enable=trailing-whitespace,mixed-line-endings,unexpected-line-ending-format
>> --expected-line-ending-format=LF file.py
>>
>> Now how to run that on all modules/packages recursively?
>>
>
> You can use `py -2 pylint package`, it will run on all package's modules.
>
> We don't support (yet) something like `py -2 pylint *.py` though.

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.
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to