clang-tidy: exclude validate_global_widx() from macro check

This commit is contained in:
Gymnasiast 2024-02-25 23:13:10 +01:00
parent 554968383c
commit 4ba4f96f61
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 3 additions and 0 deletions

View File

@ -4,5 +4,8 @@ Checks: >
cppcoreguidelines-macro-usage,
modernize-use-nullptr,
modernize-use-override
CheckOptions:
- key: cppcoreguidelines-macro-usage.AllowedRegexp
value: 'validate_global_widx'
WarningsAsErrors: true
FormatStyle: 'file'