mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Meta: Disable clang-tidy “implicit-bool-conversion” check
This change causes the “readability-implicit-bool-conversion” check to be completely skipped by clang-tidy. (cherry picked from commit 94a8b635c95270f93d5f8904fe4c73d4df414116)
This commit is contained in:
committed by
Tim Schumacher
parent
8010d6840f
commit
970c025741
@@ -45,6 +45,7 @@ Checks: >
|
||||
-readability-named-parameter,
|
||||
-readability-uppercase-literal-suffix,
|
||||
-readability-use-anyofallof,
|
||||
-readability-implicit-bool-conversion,
|
||||
WarningsAsErrors: ''
|
||||
HeaderFilterRegex: 'AK|Userland|Kernel|Tests'
|
||||
FormatStyle: none
|
||||
@@ -53,5 +54,3 @@ CheckOptions:
|
||||
value: 'AK::StringView;AK::Span'
|
||||
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
|
||||
value: true
|
||||
- key: readability-implicit-bool-conversion.AllowPointerConditions
|
||||
value: true
|
||||
|
||||
Reference in New Issue
Block a user