1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Exclude sfl macros from clang-tidy

This commit is contained in:
ζeh Matt
2024-12-02 02:34:01 +02:00
parent b0fc76fdd0
commit 10544ca81b

View File

@@ -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