[Webkit-unassigned] [Bug 101230] New: Style-checker strips comments before checking indentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 09:34:56 PST 2012


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

           Summary: Style-checker strips comments before checking
                    indentation
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


The style-checker performs its indentation check on cleansed lines, this means that comments are not checked for indentation, and inline comments followed by white-space will be miscounted by style-checker. 

Instead the style-checker should perform indentation check on raw-lines. This way it will also ensure comments correctly indented.

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