mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

Enum members should use '-', not '_'. Enforce this. Fix the fixable offenders (all in tests/), and add the remainder to pragma member-name-exceptions. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20210323094025.3569441-28-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
2 lines
114 B
Text
2 lines
114 B
Text
enum-clash-member.json: In enum 'MyEnum':
|
|
enum-clash-member.json:3: value 'one_two' collides with value 'one-two'
|