diff options
| author | John Snow <jsnow@redhat.com> | 2021-09-30 16:57:16 -0400 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2021-10-02 07:33:42 +0200 |
| commit | d183e0481b1510b253ac94e702c76115f3bb6450 (patch) | |
| tree | 02bbb52a12da86caa459b321507cef2f241be486 /scripts/qapi | |
| parent | 18e3673e0f8479e392e55245ad70c1eedb383507 (diff) | |
| download | focaccia-qemu-d183e0481b1510b253ac94e702c76115f3bb6450.tar.gz focaccia-qemu-d183e0481b1510b253ac94e702c76115f3bb6450.zip | |
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>
Diffstat (limited to 'scripts/qapi')
| -rw-r--r-- | scripts/qapi/pylintrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qapi/pylintrc b/scripts/qapi/pylintrc index 5b7dbc58ad..b259531a72 100644 --- a/scripts/qapi/pylintrc +++ b/scripts/qapi/pylintrc @@ -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] |