10 lines
425 B
INI
10 lines
425 B
INI
[MESSAGES CONTROL]
|
|
|
|
# Disable the message, report, category or checker with the given id(s). You
|
|
# can either give multiple identifier separated by comma (,) or put this option
|
|
# multiple time (only on the command line, not in the configuration file where
|
|
# it should appear only once).
|
|
disable=missing-module-docstring,missing-class-docstring,missing-function-docstring,broad-except,line-too-long
|
|
|
|
ignored-modules=framework
|