cpplint.py and clang-format sort headers differently |
|||
Issue descriptione.g. This is what git cl format produces: #include "src/api-natives.h" #include "src/api.h" .... #include "src/objects-body-descriptors-inl.h" #include "src/objects-inl.h" This is what git cl presubmit wants: #include "src/api.h" #include "src/api-natives.h" .... #include "src/objects-inl.h" #include "src/objects-body-descriptors-inl.h"
,
Mar 4 2016
cpplint is wrong. It converts the "-" to "_" and then sorts which doesn't really makes sense. On Fri, Mar 4, 2016 at 1:09 AM, jochen@chromium.org via Monorail < monorail@chromium.org> wrote:
,
Mar 7 2016
created https://github.com/google/styleguide/pull/108
,
Apr 22 2016
we've just disabled the check in cpplint... |
|||
►
Sign in to add a comment |
|||
Comment 1 by jochen@chromium.org
, Mar 4 2016