dart-sdk/runtime/CPPLINT.cfg

14 lines
465 B
INI
Raw Normal View History

# Do not continue looking up the directory hierarchy
# for more config files.
set noparent
# Do not limit function size. For example parts of
# the simulator are really large.
#
# Do not complain about whitespace. That is handled
# by the clang format presubmit check.
#
# Do not complain about non-const references. Chromium and Google code
# styles now recommend references instead of pointers.
filter=-readability/fn_size,-whitespace/indent,-runtime/references