mirror of https://github.com/xemu-project/xemu.git
qapi: sort pylint suppressions
Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240315152301.3621858-4-armbru@redhat.com>
This commit is contained in:
parent
2daf52df8b
commit
cebc18810a
|
@ -16,13 +16,13 @@ ignore-patterns=schema.py,
|
|||
# --enable=similarities". If you want to run only the classes checker, but have
|
||||
# no Warning level messages displayed, use "--disable=all --enable=classes
|
||||
# --disable=W".
|
||||
disable=fixme,
|
||||
disable=consider-using-f-string,
|
||||
fixme,
|
||||
missing-docstring,
|
||||
too-many-arguments,
|
||||
too-many-branches,
|
||||
too-many-statements,
|
||||
too-many-instance-attributes,
|
||||
consider-using-f-string,
|
||||
too-many-statements,
|
||||
useless-option-value,
|
||||
|
||||
[REPORTS]
|
||||
|
|
Loading…
Reference in New Issue