mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00: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.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
f5860a3b7d
commit
94a8b635c9
@@ -45,6 +45,7 @@ Checks: >
|
||||
-readability-named-parameter,
|
||||
-readability-uppercase-literal-suffix,
|
||||
-readability-use-anyofallof,
|
||||
-readability-implicit-bool-conversion,
|
||||
WarningsAsErrors: ''
|
||||
HeaderFilterRegex: 'AK|Libraries|Services|Tests|Utilities'
|
||||
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