WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
196374
check-webkit-style says an enum member named "UI" does not use InterCaps
https://bugs.webkit.org/show_bug.cgi?id=196374
Summary
check-webkit-style says an enum member named "UI" does not use InterCaps
John Wilander
Reported
2019-03-28 14:45:10 PDT
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]
Attachments
Add attachment
proposed patch, testcase, etc.
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