projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e3673
)
qapi/parser: enable pylint checks
author
John Snow
<jsnow@redhat.com>
Thu, 30 Sep 2021 20:57:16 +0000
(16:57 -0400)
committer
Markus Armbruster
<armbru@redhat.com>
Sat, 2 Oct 2021 05:33:42 +0000
(07:33 +0200)
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>
scripts/qapi/pylintrc
patch
|
blob
|
history
diff --git
a/scripts/qapi/pylintrc
b/scripts/qapi/pylintrc
index 5b7dbc58ad82504d06e18d131739bcef53f908a0..b259531a726719d0823088eae757f4ddf8e683ef 100644
(file)
--- 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]