mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
79f902eb09
Also, drop the respective disable directives from existing files.
23 lines
625 B
INI
23 lines
625 B
INI
[MAIN]
|
|
extension-pkg-allow-list=lxml
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=fixme,
|
|
invalid-name,
|
|
line-too-long,
|
|
missing-class-docstring,
|
|
missing-docstring,
|
|
missing-function-docstring,
|
|
missing-module-docstring,
|
|
too-few-public-methods,
|
|
too-many-arguments,
|
|
too-many-boolean-expressions,
|
|
too-many-branches,
|
|
too-many-instance-attributes,
|
|
too-many-instance-attributes,
|
|
too-many-lines,
|
|
too-many-locals,
|
|
too-many-public-methods,
|
|
too-many-return-statements,
|
|
too-many-statements,
|
|
unspecified-encoding,
|