[Webkit-unassigned] [Bug 167181] check-webkit-style applies style checks to multi-line comments in Python

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 10:33:41 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167181

Jonathan Bedard <jbedard at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |LATER
           Priority|P2                          |P5

--- Comment #1 from Jonathan Bedard <jbedard at apple.com> ---
Given that this error is actually in pylint, I don't think it will be worth engineering time to fix.  We could build a parser before passing data into pylint to remove multi-line strings, but given that multi-line strings are pretty rare in our code (mostly in tests) and that we only output pylint errors when code is changed, I don't think the impact of this bug warrants a fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170120/70fb8584/attachment.html>


More information about the webkit-unassigned mailing list