[webkit-reviews] review granted: [Bug 90232] add a pylint wrapper for linting python code : [Attachment 150053] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 18:10:50 PDT 2012


Adam Barth <abarth at webkit.org> has granted Dirk Pranke <dpranke at chromium.org>'s
request for review:
Bug 90232: add a pylint wrapper for linting python code
https://bugs.webkit.org/show_bug.cgi?id=90232

Attachment 150053: Patch
https://bugs.webkit.org/attachment.cgi?id=150053&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=150053&action=review


We'll want to integrate this into check-webkit-style at some point so that it
gets run automagically.

> Tools/Scripts/webkitpy/pylintrc:43
> +ignore=CVS

Do we need to say something about SVN here?

> Tools/Scripts/webkitpy/pylintrc:130
> +init-import=no

We'd like to do this at some point.  Importing into __init__ turns out to be
sketchier than we realized.


More information about the webkit-reviews mailing list