mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
This configuration just suppresses the necessary clang-* checks which are enabled by default. This way has a bit of file spam, but is nice because different components (in particular, ones actually internal to ardour) can be audited/strengthened independently.
7 lines
257 B
YAML
7 lines
257 B
YAML
Checks: >
|
|
-clang-analyzer-core.UndefinedBinaryOperatorResult,
|
|
-clang-analyzer-core.uninitialized.Assign,
|
|
-clang-analyzer-cplusplus.NewDelete,
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
|
-clang-analyzer-deadcode.DeadStores,
|
|
InheritParentConfig: true
|