[Webkit-unassigned] [Bug 210682] New: check-webkit-style false positive for [readability/naming/protected] with method declaration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 17 20:19:46 PDT 2020


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

            Bug ID: 210682
           Summary: check-webkit-style false positive for
                    [readability/naming/protected] with method declaration
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: beidson at apple.com

check-webkit-style false positive for [readability/naming/protected] with method declaration.

    Ref<GeolocationPermissionRequestProxy> createRequest(GeolocationIdentifier);

ERROR: Source/WebKit/UIProcess/GeolocationPermissionRequestManagerProxy.h:46:  'createRequest' is incorrectly named. It should be named 'protector' or 'protectedGeolocationIdentifier'.  [readability/naming/protected] [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/20200418/110cc191/attachment-0001.htm>


More information about the webkit-unassigned mailing list