mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 11:51:23 -04:00
Enable modernize-avoid-bind clang-tidy check
This commit is contained in:
parent
3af2091b28
commit
7254bb74a4
@ -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)/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user