ardour/libs/pbd/.clang-tidy
David Robillard 2d0b0defdf Add a clean clang-tidy configuration
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.
2023-09-09 23:42:18 -04:00

8 lines
243 B
YAML

Checks: >
-clang-analyzer-core.NonNullParamChecker,
-clang-analyzer-cplusplus.NewDeleteLeaks,
-clang-analyzer-cplusplus.StringChecker,
-clang-analyzer-security.insecureAPI.vfork,
-clang-analyzer-unix.Vfork,
InheritParentConfig: true