[ci,tidy] allow integer bool conditions

We heavily rely on our custom BOOL type which is a typedef to int32_t.
Consider this a valid bool condition for
readability-implicit-bool-conversion
This commit is contained in:
akallabeth 2024-03-09 09:30:49 +01:00 committed by akallabeth
parent 37792c0a37
commit 378c9f8b98

View File

@ -49,6 +49,8 @@ AnalyzeTemporaryDtors: false
FormatStyle: file
User: nin
CheckOptions:
- key: readability-implicit-bool-conversion.AllowIntegerConditions
value: 'true'
- key: llvm-else-after-return.WarnOnConditionVariables
value: 'false'
- key: modernize-loop-convert.MinConfidence