[Webkit-unassigned] [Bug 196374] New: check-webkit-style says an enum member named "UI" does not use InterCaps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 28 14:45:10 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=196374
Bug ID: 196374
Summary: check-webkit-style says an enum member named "UI" does
not use InterCaps
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wilander at apple.com
CC: lforschler at apple.com
My patch for https://bugs.webkit.org/show_bug.cgi?id=196281 gets flagged for style because of this enum:
enum class WebsiteDataProcessType { Network, UI, Web };
The error I get is this:
ERROR: Source/WebKit/Shared/WebsiteData/WebsiteData.h:42: enum members should use InterCaps with an initial capital letter or initial 'k' for C-style enums. [readability/enum_casing] [4]
--
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/20190328/c3e90c88/attachment.html>
More information about the webkit-unassigned
mailing list