Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [FORMAT] | 1 [FORMAT] |
|
jbudorick
2016/07/25 18:17:59
Steal the one from blimp/tools/, this one has too
mikecase (-- gone --)
2016/07/25 20:57:08
Done. Also fixed a bunch more lint errors that app
| |
| 2 | 2 |
| 3 max-line-length=80 | 3 max-line-length=80 |
| 4 | 4 |
| 5 [MESSAGES CONTROL] | 5 [MESSAGES CONTROL] |
| 6 | 6 |
| 7 disable=abstract-class-not-used,bad-continuation,bad-indentation,duplicate-code, fixme,invalid-name,locally-disabled,locally-enabled,missing-docstring,star-args, too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-at tributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-stateme nts, | 7 disable=abstract-class-not-used,bad-continuation,bad-indentation,duplicate-code, fixme,invalid-name,locally-disabled,locally-enabled,missing-docstring,star-args, too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-at tributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-stateme nts, |
| 8 | 8 |
| 9 [REPORTS] | 9 [REPORTS] |
| 10 | 10 |
| 11 reports=no | 11 reports=no |
| 12 | 12 |
| 13 [VARIABLES] | 13 [VARIABLES] |
| 14 | 14 |
| 15 dummy-variables-rgx=^_.*$|dummy | 15 dummy-variables-rgx=^_.*$|dummy |
| OLD | NEW |