<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>pylint #22701 performance ; no improvement when disabling  messages (Logilab.org) RSS Feed</title>
    <description></description>
    <link>http://www.logilab.org/ticket/22701</link>
<item>
<guid isPermaLink="true">http://www.logilab.org/ticket/22701</guid>
  <title>pylint #22701 performance ; no improvement when disabling  messages</title>
  <link>http://www.logilab.org/ticket/22701</link>
  <description>&lt;p&gt;When disabling some message categories, we get no performance improvement:&lt;/p&gt;
&lt;pre class=&quot;literal-block&quot;&gt;
$ time pylint 1&amp;gt; /dev/null pylint/
No config file found, using default configuration

real    0m10.443s
user    0m9.861s
sys     0m0.320s


$ time pylint --disable-msg-cat=R,C,W,E pylint/
real    0m10.547s
user    0m10.013s
sys     0m0.280s
&lt;/pre&gt;
&lt;p&gt;However, the suggested &#39;quick run&#39; (checking only for errors and important warnings)
should be faster than the regular run.&lt;/p&gt;
&lt;p&gt;Would it be a solution to have all checkers store informations about which
visit_&amp;lt;node&amp;gt; method triggers possibly which message?&lt;/p&gt;
</description>
  <dc:date>2011-03-10T11:11-01:00</dc:date>
  <dc:creator>Emile Anclin</dc:creator>
</item>
  </channel>
</rss>