mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Enable modernize-avoid-bind clang-tidy check
This commit is contained in:
parent
3af2091b28
commit
7254bb74a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue