1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| [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
|
|