mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Disable clang-analyzer-cplusplus.NewDelete clang-tidy check
This commit is contained in:
parent
c34b0f90d7
commit
621a0a15a3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ Checks: >
|
|||
clang-analyzer-*,
|
||||
-clang-analyzer-optin*,
|
||||
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
||||
-clang-analyzer-cplusplus.NewDelete,
|
||||
-clang-analyzer-core.CallAndMessage,
|
||||
-modernize-avoid-bind
|
||||
WarningsAsErrors: '*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue