mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-19 19:15:19 +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:
parent
f5860a3b7d
commit
94a8b635c9
Notes:
github-actions[bot]
2025-01-24 08:26:32 +00:00
Author: https://github.com/sideshowbarker Commit: https://github.com/LadybirdBrowser/ladybird/commit/94a8b635c95 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3351
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue