Skip to content

Commit

Permalink
Clang-tidy: [skip ci] set value of parameter readability-implicit-boo…
Browse files Browse the repository at this point in the history
…l-conversion.AllowPointerConditions to true

Forum discussion: https://forum.freecadweb.org/viewtopic.php?f=10&t=71355
  • Loading branch information
wwmayer committed Aug 24, 2022
1 parent 949b43a commit b74148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b74148f

Please sign in to comment.