Skip to content

Commit d183e04

Browse files
jnsnowMarkus Armbruster
authored andcommitted
qapi/parser: enable pylint checks
Signed-off-by: John Snow <[email protected]> Message-Id: <[email protected]> Reviewed-by: Markus Armbruster <[email protected]> Signed-off-by: Markus Armbruster <[email protected]>
1 parent 18e3673 commit d183e04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/qapi/pylintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# Add files or directories matching the regex patterns to the ignore list.
44
# The regex matches against base names, not paths.
5-
ignore-patterns=parser.py,
6-
schema.py,
5+
ignore-patterns=schema.py,
76

87

98
[MESSAGES CONTROL]

0 commit comments

Comments
 (0)