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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 17:58:40 PDT 2009


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





--- Comment #7 from David Levin <levin at chromium.org>  2009-07-20 17:58:39 PDT ---
btw, I wonder if this functionality would be better as something which
processed the whole file at once (like the functions called from
process_file_data()).

If written that way, I could see this function more easily morphing (in the
future) into something which verified the indent of every line.  (Also it just
feels more natural given that it loops over all of the lines after it hits a
namespace.)

What do you think about this?

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