[Webkit-unassigned] [Bug 25884] WebKit needs a style linting tool

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 03:09:01 PDT 2009


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32439|review?                     |
               Flag|                            |
  Attachment #32439|0                           |1
        is obsolete|                            |
  Attachment #32440|0                           |1
        is obsolete|                            |
  Attachment #32444|0                           |1
        is obsolete|                            |
  Attachment #32509|                            |review?
               Flag|                            |




--- Comment #21 from Shinichiro Hamaji <hamaji at chromium.org>  2009-07-09 03:08:59 PDT ---
Created an attachment (id=32509)
 --> (https://bugs.webkit.org/attachment.cgi?id=32509)
Add cpplint w/ some autofix

As most common kinds of lint errors seem to be trivial ones, I implemented
autofix feature for most common 10 kinds of warnings. I applied the tool for
some components in WebCore (css, dom, editing, rendering, history, storage,
html, svg, wml, inspector, workers, xml, and page) and it seems to be working
good. It found 298 lint errors and fixed 247 of them automatically. There were
no false-positives in the 247 error (if my investigation on the git-diff was
correct).

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