<div><br></div>
                 
                <p style="color: #A0A0A8;">On Thursday, August 16, 2012 at 14:15 PM, Yun Mao wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>Pylint is a python static analysis tool to help you find bugs. It was</div><div>part of the gating test long time ago but was abandoned due to the</div><div>cumulative high false positives. However, I believe it still has its</div><div>values. For example, I was able to use it to find many bugs,</div><div>especially for those big refactor commits.</div><div></div></div></div></span></blockquote><div>
                    <br>
                </div><div>I've mentioned it on the list before, but it is worth reminding that Cython is another good tool for finding errors and mistakes.</div><div><br></div><div>It tends to catch more problems that Pylint does, such as raise statements without an argument outside of an 'except' block.</div><div><br></div><div><div>Regards,</div><div>Eric Windisch</div></div>