1*4e366538SXin Li[MESSAGES CONTROL] 2*4e366538SXin Li 3*4e366538SXin Li# Disable the message, report, category or checker with the given id(s). 4*4e366538SXin Li# TODO(kjellander): Reduce this list to as small as possible. 5*4e366538SXin Lidisable=I0010,I0011,bad-continuation,broad-except,duplicate-code,eval-used,exec-used,fixme,invalid-name,missing-docstring,no-init,no-member,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 6*4e366538SXin Li 7*4e366538SXin Li 8*4e366538SXin Li[REPORTS] 9*4e366538SXin Li 10*4e366538SXin Li# Don't write out full reports, just messages. 11*4e366538SXin Lireports=no 12*4e366538SXin Li 13*4e366538SXin Li 14*4e366538SXin Li[FORMAT] 15*4e366538SXin Li 16*4e366538SXin Li# We use two spaces for indents, instead of the usual four spaces or tab. 17*4e366538SXin Liindent-string=' ' 18