Enable modernize-avoid-bind clang-tidy check

This commit is contained in:
elsid 2025-03-30 23:23:34 +02:00
parent 3af2091b28
commit 7254bb74a4
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -6,6 +6,6 @@ Checks: >
-clang-analyzer-cplusplus.NewDeleteLeaks, -clang-analyzer-cplusplus.NewDeleteLeaks,
-clang-analyzer-cplusplus.NewDelete, -clang-analyzer-cplusplus.NewDelete,
-clang-analyzer-core.CallAndMessage, -clang-analyzer-core.CallAndMessage,
-modernize-avoid-bind modernize-avoid-bind
WarningsAsErrors: '*' WarningsAsErrors: '*'
HeaderFilterRegex: '(apps|components)/' HeaderFilterRegex: '(apps|components)/'