blob: 5cca58f3621792d662011955032f46201782494a [file] [log] [blame]
[MASTER]
ignore=
chromiumos,
test_data,
experimental,
# TODO(crbug.com/1092516): Enable linting on proto_converter files.
factory_config_proto_converter.py,
factory_config_proto_converter_unittest.py,
# Specifying 0 will auto-detect the number of processors available to use.
jobs=0
[BASIC]
good-names=
f,
fp,
[FORMAT]
indent-string=" "
disable=
too-few-public-methods,
no-member,
fixme,
duplicate-code,