mirror of https://github.com/xemu-project/xemu.git
qapi/error.py: enable pylint checks
Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20210421192233.3542904-7-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
ac6a7d8884
commit
92870cf3af
|
@ -2,8 +2,7 @@
|
|||
|
||||
# Add files or directories matching the regex patterns to the ignore list.
|
||||
# The regex matches against base names, not paths.
|
||||
ignore-patterns=error.py,
|
||||
parser.py,
|
||||
ignore-patterns=parser.py,
|
||||
schema.py,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue