mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-15 14:43:10 +00:00
Use prefix with dot for clang-analyzer-optin. checks
This commit is contained in:
parent
621a0a15a3
commit
3af2091b28
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ Checks: >
|
||||||
-*,
|
-*,
|
||||||
portability-*,
|
portability-*,
|
||||||
clang-analyzer-*,
|
clang-analyzer-*,
|
||||||
-clang-analyzer-optin*,
|
-clang-analyzer-optin.*,
|
||||||
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
||||||
-clang-analyzer-cplusplus.NewDelete,
|
-clang-analyzer-cplusplus.NewDelete,
|
||||||
-clang-analyzer-core.CallAndMessage,
|
-clang-analyzer-core.CallAndMessage,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue