diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-03-23 10:40:10 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-03-23 22:31:05 +0100 |
commit | d4f4cae8de19d2bdfcf09cdc4676e9b99857dcf2 (patch) | |
tree | 09dcfca6c1af3795cc7902b7a0282f5f78182fcc /tests/qapi-schema/doc-good.txt | |
parent | 00ffe242d64f7622965c52c62adb06fd9664ada8 (diff) |
qapi: Enforce event naming rules
Event names should be ALL_CAPS with words separated by underscore.
Enforce this. The only offenders are in tests/. Fix them. Existing
test event-case covers the new error.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-14-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-good.txt')
-rw-r--r-- | tests/qapi-schema/doc-good.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-good.txt b/tests/qapi-schema/doc-good.txt index 6ca03d49d0..726727af74 100644 --- a/tests/qapi-schema/doc-good.txt +++ b/tests/qapi-schema/doc-good.txt @@ -272,7 +272,7 @@ Example <- out -"EVT-BOXED" (Event) +"EVT_BOXED" (Event) ------------------- |