Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / tools / telemetry / pylintrc
blob9811c3c6e3d5b6610ed8e174bd7fdf28c72a53ad
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=abstract-class-little-used,abstract-class-not-used,bad-builtin,bad-continuation,broad-except,fixme,global-statement,interface-not-implemented,invalid-name,locally-disabled,locally-enabled,logging-not-lazy,missing-docstring,no-member,no-self-use,protected-access,star-args,too-few-public-methods,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,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='  '