On Mon, Dec 22, 2014 at 3:16 AM, Chris Martin <ch.mar...@gmail.com> wrote:
> Pylint runs for several minutes on my project; I'd like to add it to my CI
> build, but I'm not sure I want to introduce that much delay.
>
> Is there any trick to optimizing it? Are there some particularly slow
> inspections that I could disable?
>

Hi,

Maybe it's related to this issue:
https://bitbucket.org/logilab/pylint/issue/395/horrible-performance-related-to-inspect.
I didn't have that much time to take a look at it, but it's on my
priority list for 1.4.1. The problem is not inspect-specific, but it's
something fishy in the inference engine, which wasn't there before.
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to