blob: cd635d352a840115650d16c10aae246bd3ad7e20 [file] [log] [blame]
agabled1c36952015-04-21 22:50:091[MESSAGES CONTROL]
2
3# Disable the message, report, category or checker with the given id(s).
nednguyenc3880df22015-04-23 15:03:184# TODO(perf-owners): Reduce this list to as small as possible.
nednguyen808a0db2015-05-13 18:14:005disable=I0010,I0011,abstract-class-little-used,abstract-class-not-used,anomalous-backslash-in-string,bad-builtin,bad-context-manager,bad-continuation,bad-indentation,bad-str-strip-call,bad-whitespace,broad-except,cell-var-from-loop,deprecated-lambda,deprecated-module,duplicate-code,eval-used,exec-used,fixme,function-redefined,global-statement,interface-not-implemented,invalid-name,locally-enabled,logging-not-lazy,missing-docstring,missing-final-newline,no-init,no-member,no-name-in-module,no-self-use,no-self-use,not-callable,reimported,star-args,super-on-old-class,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,trailing-whitespace,useless-else-on-loop
agabled1c36952015-04-21 22:50:096
7
8[REPORTS]
9
10# Don't write out full reports, just messages.
11reports=no
12
13
14[FORMAT]
15
16# We use two spaces for indents, instead of the usual four spaces or tab.
17indent-string=' '
nednguyen48f7d2b2015-08-28 09:43:1418
19# We suppress long line check for lines that contain only the URL (with or
20# without quote).
21ignore-long-lines=^\s*'?https?://\S+'?$