Filter NETWORK_STREAM_VERSION from clang-tidy

This commit is contained in:
ζeh Matt 2024-03-01 18:32:04 +02:00
parent 9bfc3a0a29
commit 556004bf37
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ Checks: >
modernize-use-override
CheckOptions:
- key: cppcoreguidelines-macro-usage.AllowedRegexp
value: 'validate_global_widx'
value: 'validate_global_widx|NETWORK_STREAM_VERSION'
WarningsAsErrors: true
FormatStyle: 'file'