[Webkit-unassigned] [Bug 113078] New: check-webkit-style reports false positive enum_casing error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 10:01:36 PDT 2013


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

           Summary: check-webkit-style reports false positive enum_casing
                    error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org
                CC: eric at webkit.org


I believe this is a false positive: https://bugs.webkit.org/show_bug.cgi?id=109579#c12
I have this:
enum {
    MarkedState,
    UnmarkedState
} m_markState

and it reports the following: enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
I was trying to solve this, but I give up after created a test-case in cpp_unittest.py with exactly the same code, and it was passing.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list