mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Exclude sfl macros from clang-tidy
This commit is contained in:
parent
b0fc76fdd0
commit
10544ca81b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue