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
No known key found for this signature in database
GPG key ID: 18CE582C71A225B0

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