d4f4cae8de
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>
8 lines
88 B
JSON
8 lines
88 B
JSON
# Events can't have 'Returns' section
|
|
|
|
##
|
|
# @FOO:
|
|
# Returns: blah
|
|
##
|
|
{ 'event': 'FOO' }
|