diff options
author | John Snow <jsnow@redhat.com> | 2021-05-19 14:39:50 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-05-20 17:09:44 +0200 |
commit | 9b91e76b3a2cf8ced6e9ce0d29b556d963409b3f (patch) | |
tree | 9d9dce789cf415f0697b03a643f6be00e286236b /scripts | |
parent | 013a3aceb5b94710ee686cfa448458b1f170d78c (diff) | |
download | qemu-9b91e76b3a2cf8ced6e9ce0d29b556d963409b3f.zip qemu-9b91e76b3a2cf8ced6e9ce0d29b556d963409b3f.tar.gz qemu-9b91e76b3a2cf8ced6e9ce0d29b556d963409b3f.tar.bz2 |
qapi/parser: allow 'ch' variable name
We can have a two-letter variable name, as a treat.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210519183951.3946870-15-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/qapi/pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/qapi/pylintrc b/scripts/qapi/pylintrc index 88efbf7..c5275d5 100644 --- a/scripts/qapi/pylintrc +++ b/scripts/qapi/pylintrc @@ -43,6 +43,7 @@ good-names=i, _, fp, # fp = open(...) fd, # fd = os.open(...) + ch, [VARIABLES] |