fix(drvers/ins): Disable clang-tidy checks for VectorNav lib

This commit is contained in:
Valentin Bugrov
2026-04-05 13:51:57 +07:00
committed by Ramon Roche
parent d08a0697f1
commit d2ad2b52b5

View File

@@ -0,0 +1,4 @@
---
Checks: '-clang-analyzer-cplusplus.NewDeleteLeaks'
WarningsAsErrors: ''
...