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

Side by Side Diff: tools/telemetry/third_party/webpagereplay/pylintrc

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
(Empty)
1 [MESSAGES CONTROL]
2
3 # Disable the message, report, category or checker with the given id(s).
4 # TODO(wpr-owners): Reduce this list to as small as possible.
5 disable=I0010,I0011,abstract-class-little-used,abstract-class-not-used,anomalous -backslash-in-string,bad-builtin,bad-context-manager,bad-continuation,bad-str-st rip-call,broad-except,cell-var-from-loop,deprecated-lambda,deprecated-module,dup licate-code,eval-used,exec-used,fixme,function-redefined,global-statement,interf ace-not-implemented,invalid-name,locally-enabled,logging-not-lazy,missing-docstr ing,missing-final-newline,no-init,no-member,no-name-in-module,no-self-use,no-sel f-use,not-callable,star-args,too-few-public-methods,too-many-ancestors,too-many- arguments,too-many-branches,too-many-function-args,too-many-instance-attributes, too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statement s,too-many-statements,useless-else-on-loop,unused-variable,attribute-defined-out side-init,protected-access
6
7
8 [REPORTS]
9
10 # Don't write out full reports, just messages.
11 reports=no
12
13
14 [FORMAT]
15
16 # We use two spaces for indents, instead of the usual four spaces or tab.
17 indent-string=' '
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/webpagereplay/proxyshaper_test.py ('k') | tools/telemetry/third_party/webpagereplay/replay.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698