Clang-tidy: [skip ci] set value of parameter readability-implicit-bool-conversion.AllowPointerConditions to true

Forum discussion: https://forum.freecadweb.org/viewtopic.php?f=10&t=71355
This commit is contained in:
wmayer
2022-08-24 11:15:06 +02:00
parent 8328264690
commit cd52c344f8

View File

@@ -405,7 +405,7 @@ CheckOptions:
- key: portability-restrict-system-includes.Includes
value: '*'
- key: readability-implicit-bool-conversion.AllowPointerConditions
value: 'false'
value: 'true'
- key: modernize-make-unique.MakeSmartPtrFunctionHeader
value: '<memory>'
- key: bugprone-signal-handler.AsyncSafeFunctionSet