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

Reply via email to