Add custom pylintrc files to perf and telemetry tools.
commitc89d248aff39d5ac64c54a88151e6df8b2ba8b78
authoragable <agable@chromium.org>
Tue, 21 Apr 2015 22:50:09 +0000 (21 15:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Apr 2015 22:50:41 +0000 (21 22:50 +0000)
treeebcd5182d0fa617b24f3037f52e9d63f29fdc8c0
parent0e7652a7a74029e3a6aebdbba291c2bc91d36643
Add custom pylintrc files to perf and telemetry tools.

This CL adds minimal pylintrc files to the src/tools/perf and
src/tools/telemetry directories. These pylintrc files leave almost everything as
the sane default, with the exception of the indent size and lots of disabled
warnings and errors.

The set of disabled messages is currently identical to the set disabled by the
default pylintrc in depot_tools. As lint errors get fixed (in particular,
unused-argument and unused-import), they should be removed for stricter linting.

R=nednguyen@chromium.org, sullivan@chromium.org
BUG=475714

Review URL: https://codereview.chromium.org/1095423002

Cr-Commit-Position: refs/heads/master@{#326154}
tools/perf/PRESUBMIT.py
tools/perf/pylintrc [new file with mode: 0644]
tools/telemetry/PRESUBMIT.py
tools/telemetry/pylintrc [new file with mode: 0644]