blob: b4492ea07d8fa7bdf0d4de699b415cd9dcad7ea1 [file] [log] [blame]
# 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