dart-sdk/runtime/CPPLINT.cfg

11 lines
317 B
INI

# 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.
filter=-readability/fn_size,-whitespace/indent