[Webkit-unassigned] [Bug 165453] check-webkit-style: false positive caused by regex literal matching in SingleQuoteChecker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 14:44:06 PDT 2017


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

Ross Kirsling <ross.kirsling at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ross.kirsling at sony.com

--- Comment #2 from Ross Kirsling <ross.kirsling at sony.com> ---
This checker has many other problems too -- it doesn't support template strings, it doesn't allow multiline strings to share a line with actual code, and it doesn't allow you to start a line with (whitespace and) a multiplication operator.

Given that ESLint does this properly with an actual parser, it would seem advisable to drop this checker altogether.

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


More information about the webkit-unassigned mailing list