We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2827640 commit d80cb54Copy full SHA for d80cb54
.clang-tidy
@@ -60,6 +60,8 @@ Checks: >
60
-readability-uppercase-literal-suffix
61
WarningsAsErrors: ''
62
CheckOptions:
63
+ - key: readability-implicit-bool-conversion.AllowIntegerConditions
64
+ value: true
65
- key: readability-implicit-bool-conversion.AllowPointerConditions
66
value: true
67
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
0 commit comments