WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED LATER
Bug 167181
check-webkit-style applies style checks to multi-line comments in Python
https://bugs.webkit.org/show_bug.cgi?id=167181
Summary
check-webkit-style applies style checks to multi-line comments in Python
Jonathan Bedard
Reported
2017-01-18 15:28:22 PST
Check-webkit-style applies style checks to multi-line string in Python. This is incorrect, coding style checks should not be applied to multi-line strings.
Attachments
Add attachment
proposed patch, testcase, etc.
Jonathan Bedard
Comment 1
2017-01-20 10:33:41 PST
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug