mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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.
This commit is contained in:
parent
1c8b91ed86
commit
2d0b0defdf
27 changed files with 178 additions and 0 deletions
3
libs/libltc/.clang-tidy
Normal file
3
libs/libltc/.clang-tidy
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Checks: >
|
||||
-clang-analyzer-security.insecureAPI.strcpy,
|
||||
InheritParentConfig: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue