1[MESSAGES CONTROL]
2# Enable the message, report, category or checker with the given id(s). You can
3# either give multiple identifier separated by comma (,) or put this option
4# multiple time.
5#enable=
6
7# Disable the message, report, category or checker with the given id(s). You
8# can either give multiple identifier separated by comma (,) or put this option
9# multiple time (only on the command line, not in the configuration file where
10# it should appear only once).
11disable=invalid-name,missing-docstring
12