mirror of https://github.com/xemu-project/xemu.git
qapi/common.py: check with pylint
Remove qapi/common.py from the pylintrc ignore list. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Cleber Rosa <crosa@redhat.com> Tested-by: Cleber Rosa <crosa@redhat.com> Tested-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20201009161558.107041-15-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
73951712b1
commit
9c2a7b17f2
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
# Add files or directories matching the regex patterns to the ignore list.
|
# Add files or directories matching the regex patterns to the ignore list.
|
||||||
# The regex matches against base names, not paths.
|
# The regex matches against base names, not paths.
|
||||||
ignore-patterns=common.py,
|
ignore-patterns=error.py,
|
||||||
error.py,
|
|
||||||
expr.py,
|
expr.py,
|
||||||
gen.py,
|
gen.py,
|
||||||
parser.py,
|
parser.py,
|
||||||
|
|
Loading…
Reference in New Issue