Skip to content

Commit 94a8b63

Browse files
sideshowbarkergmta
authored andcommitted
Meta: Disable clang-tidy “implicit-bool-conversion” check
This change causes the “readability-implicit-bool-conversion” check to be completely skipped by clang-tidy.
1 parent f5860a3 commit 94a8b63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.clang-tidy

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Checks: >
4545
-readability-named-parameter,
4646
-readability-uppercase-literal-suffix,
4747
-readability-use-anyofallof,
48+
-readability-implicit-bool-conversion,
4849
WarningsAsErrors: ''
4950
HeaderFilterRegex: 'AK|Libraries|Services|Tests|Utilities'
5051
FormatStyle: none
@@ -53,5 +54,3 @@ CheckOptions:
5354
value: 'AK::StringView;AK::Span'
5455
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
5556
value: true
56-
- key: readability-implicit-bool-conversion.AllowPointerConditions
57-
value: true

0 commit comments

Comments
 (0)