qapi/parser: enable pylint checks

Signed-off-by: John Snow <jsnow@redhat.com>

Message-Id: <20210930205716.1148693-14-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
John Snow 2021-09-30 16:57:16 -04:00 committed by Markus Armbruster
parent 18e3673e0f
commit d183e0481b
1 changed files with 1 additions and 2 deletions

View File

@ -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=parser.py,
schema.py,
ignore-patterns=schema.py,
[MESSAGES CONTROL]