python: Remove global pylint suppressions
commit82e6517d9d0a1ce9fdc09919af26775a5127a5ec
authorJohn Snow <jsnow@redhat.com>
Tue, 29 Jun 2021 21:43:11 +0000 (29 17:43 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 1 Jul 2021 01:54:04 +0000 (30 21:54 -0400)
tree863d5873c093172dfbadfb7e8f1fa1547d3f9aa9
parent7f179082638efe920748b5243423bdcaed3d42ef
python: Remove global pylint suppressions

These suppressions only apply to a small handful of places. Instead of
disabling them globally, disable them just in the cases where we
need. The design of the machine class grew quite organically with tons
of constructor and class instance variables -- there's little chance of
meaningfully refactoring it in the near term, so just suppress the
warnings for that class.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Message-id: 20210629214323.1329806-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine/machine.py
python/qemu/machine/qtest.py
python/setup.cfg