Bug 207961 - Style checker should enforce s_ prefix for static member variables
Summary: Style checker should enforce s_ prefix for static member variables
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-19 14:04 PST by Simon Fraser (smfr)
Modified: 2020-02-19 16:27 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 Simon Fraser (smfr) 2020-02-19 14:04:34 PST
Style checker should enforce all the rules in https://webkit.org/code-style-guidelines/#names-data-members, including s_ prefix for static data members.