On Tue, Nov 17, 2009 at 11:29 AM, Peter Kasting <pkast...@google.com> wrote:
> There are some unittests where we have super-long bits which go over 80
> chars, and there are also some where the linter thinks our indenting is
> strange when we do something like:
> struct Foo { ... };
> Foo foo_cases[] = {
>   {"a",
>    "b",
>    "c"},
> }

This construct is why I make cpplint run at a different verbosity
level for test code.

-- Elliot

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to