blob: 7eedeae580a353b961a8b8a7c4b15747b7b16e16 [file] [log] [blame]
[MESSAGES CONTROL]
disable=
# TODO(patricktu@):Remove "too-few-public-methods" when project_info.py ok.
too-few-public-methods,
# TODO(albaltai@):Remove "fixme" when each module implement finished.
fixme,
# More than 7 variables is reasonable in ModuleData class.
too-many-instance-attributes
[TYPECHECK]
ignored-modules=
# For sharing modules from atest project.
atest,
metrics
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80