Bug 192831 - check-webkit-style flags colons in strings
Summary: check-webkit-style flags colons in strings
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-18 14:55 PST by Megan Gardner
Modified: 2018-12-18 14:55 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Megan Gardner 2018-12-18 14:55:17 PST
Line 74 of ServiceWorkThread is flagged as not having the right number of spaced around a colon ':'. The colon that it is complaining about is in a string. check-webkit-style shouldn't care about punctuation inside of a string.