mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user