1576dc22bSJohn Snow[MESSAGES CONTROL] 2576dc22bSJohn Snow 3576dc22bSJohn Snow# Disable the message, report, category or checker with the given id(s). You 4576dc22bSJohn Snow# can either give multiple identifiers separated by comma (,) or put this 5576dc22bSJohn Snow# option multiple times (only on the command line, not in the configuration 6576dc22bSJohn Snow# file where it should appear only once). You can also use "--disable=all" to 7576dc22bSJohn Snow# disable everything first and then reenable specific checks. For example, if 8576dc22bSJohn Snow# you want to run only the similarities checker, you can use "--disable=all 9576dc22bSJohn Snow# --enable=similarities". If you want to run only the classes checker, but have 10576dc22bSJohn Snow# no Warning level messages displayed, use "--disable=all --enable=classes 11576dc22bSJohn Snow# --disable=W". 12576dc22bSJohn Snowdisable=invalid-name, 13576dc22bSJohn Snow no-else-return, 14576dc22bSJohn Snow too-few-public-methods, 15576dc22bSJohn Snow too-many-arguments, 16576dc22bSJohn Snow too-many-branches, 17576dc22bSJohn Snow too-many-lines, 18576dc22bSJohn Snow too-many-locals, 19576dc22bSJohn Snow too-many-public-methods, 20576dc22bSJohn Snow # These are temporary, and should be removed: 21576dc22bSJohn Snow missing-docstring, 22*b031e9a5SJohn Snow 23*b031e9a5SJohn Snow[FORMAT] 24*b031e9a5SJohn Snow 25*b031e9a5SJohn Snow# Maximum number of characters on a single line. 26*b031e9a5SJohn Snowmax-line-length=79 27