[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:
parent
37792c0a37
commit
378c9f8b98
@ -49,6 +49,8 @@ AnalyzeTemporaryDtors: false
|
|||||||
FormatStyle: file
|
FormatStyle: file
|
||||||
User: nin
|
User: nin
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
|
- key: readability-implicit-bool-conversion.AllowIntegerConditions
|
||||||
|
value: 'true'
|
||||||
- key: llvm-else-after-return.WarnOnConditionVariables
|
- key: llvm-else-after-return.WarnOnConditionVariables
|
||||||
value: 'false'
|
value: 'false'
|
||||||
- key: modernize-loop-convert.MinConfidence
|
- key: modernize-loop-convert.MinConfidence
|
||||||
|
Loading…
Reference in New Issue
Block a user