[Webkit-unassigned] [Bug 27461] New: Add checks for namespace indentation to cpplint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 14:09:33 PDT 2009


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

           Summary: Add checks for namespace indentation to cpplint
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jpetso at gmx.at


cpplint currently does not check the namespace indentation style rules (#3 and
#4 in "Indentation" at http://webkit.org/coding/coding-style.html), and my
first patch for WebKit is tackling that. Note that the check for "no
indentation in implementation files" only checks the first non-empty line,
because otherwise a much more complicated solution would need to be written.
The way this patch does it will work in most cases and should not produce false
positives.

-- 
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