mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 01:22:25 +01:00
Exclude sfl macros from clang-tidy
This commit is contained in:
@@ -7,7 +7,7 @@ Checks: >
|
||||
readability-uppercase-literal-suffix
|
||||
CheckOptions:
|
||||
- key: cppcoreguidelines-macro-usage.AllowedRegexp
|
||||
value: 'validate_global_widx|NETWORK_STREAM_VERSION'
|
||||
value: 'validate_global_widx|NETWORK_STREAM_VERSION|SFL_ASSERT|SFL_CATCH'
|
||||
- key: readability-uppercase-literal-suffix.NewSuffixes
|
||||
value: 'u;L;uL;LL;uLL'
|
||||
WarningsAsErrors: true
|
||||
|
||||
Reference in New Issue
Block a user