Revert of Revert of Some webview documentation polish fixes. (patchset #1 id:1 of...
[chromium-blink-merge.git] / tools / telemetry / pylintrc
blob8c2faef960d3a5669472f61b44d0fd15a39e9d30
1 [MESSAGES CONTROL]
3 # Disable the message, report, category or checker with the given id(s).
4 # TODO(telemetry-team): Shrink 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-continuation,bad-indentation,bad-str-strip-call,bad-whitespace,broad-except,cell-var-from-loop,deprecated-lambda,deprecated-module,duplicate-code,fixme,global-statement,import-error,interface-not-implemented,invalid-name,locally-enabled,logging-not-lazy,missing-docstring,no-init,no-member,no-name-in-module,no-self-use,not-callable,old-style-class,protected-access,star-args,superfluous-parens,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-statements,too-many-statements,unpacking-non-sequence,unused-argument
8 [REPORTS]
10 # Don't write out full reports, just messages.
11 reports=no
14 [FORMAT]
16 # We use two spaces for indents, instead of the usual four spaces or tab.
17 indent-string='  '