Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: chrome/test/android/telemetry_tests/pylintrc

Issue 2140803003: Add PopularUrls test for Chrome using telemetry correctness test framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix outdated comment Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698