mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-20 14:23:08 +01:00
Filter NETWORK_STREAM_VERSION from clang-tidy
This commit is contained in:
@@ -6,6 +6,6 @@ Checks: >
|
|||||||
modernize-use-override
|
modernize-use-override
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- key: cppcoreguidelines-macro-usage.AllowedRegexp
|
- key: cppcoreguidelines-macro-usage.AllowedRegexp
|
||||||
value: 'validate_global_widx'
|
value: 'validate_global_widx|NETWORK_STREAM_VERSION'
|
||||||
WarningsAsErrors: true
|
WarningsAsErrors: true
|
||||||
FormatStyle: 'file'
|
FormatStyle: 'file'
|
||||||
|
|||||||
Reference in New Issue
Block a user