WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
76949
check-webkit-style warns about ; inside quotation marks for python code.
https://bugs.webkit.org/show_bug.cgi?id=76949
Summary
check-webkit-style warns about ; inside quotation marks for python code.
Ryosuke Niwa
Reported
2012-01-24 14:55:06 PST
check-webkit-style erroneously complains about having multiple statements for the patch on
https://bugs.webkit.org/show_bug.cgi?id=76312
due to ; appearing inside single quotation marks.
Attachments
Add attachment
proposed patch, testcase, etc.
David Levin
Comment 1
2012-01-24 16:45:13 PST
Code is here:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/style/checkers/cpp.py
and not too hard for new comers to change/fix as
eae@chromium.org
just demonstrated.
David Levin
Comment 2
2012-01-27 08:53:09 PST
Whoops, this is about python code. For that WebKit just uses an external package.
http://pypi.python.org/pypi/pep8
So it can't be fixed inside of WebKit. It would be best to follow up there if you want it fixed. It is referenced here: Tools/Scripts/webkitpy/thirdparty/__init__.py
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