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

Side by Side Diff: build/android/pylintrc

Issue 1316413003: [Android] Add a configurable environment for devil/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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
« no previous file with comments | « build/android/pylib/perf/test_runner.py ('k') | build/android/test_runner.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [FORMAT]
2
3 max-line-length=80
4
1 [MESSAGES CONTROL] 5 [MESSAGES CONTROL]
2 6
3 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,
4 8
5 [REPORTS] 9 [REPORTS]
6 10
7 reports=no 11 reports=no
8 12
9 [VARIABLES] 13 [VARIABLES]
10 14
11 dummy-variables-rgx=^_.*$|dummy 15 dummy-variables-rgx=^_.*$|dummy
OLDNEW
« no previous file with comments | « build/android/pylib/perf/test_runner.py ('k') | build/android/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698