mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +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
|
||||
User: nin
|
||||
CheckOptions:
|
||||
- key: readability-implicit-bool-conversion.AllowIntegerConditions
|
||||
value: 'true'
|
||||
- key: llvm-else-after-return.WarnOnConditionVariables
|
||||
value: 'false'
|
||||
- key: modernize-loop-convert.MinConfidence
|
||||
|
||||
Reference in New Issue
Block a user