analyzers removed useless .clang-tidy

Everything is handled in the parent .clang-tidy.
This commit is contained in:
silverqx
2024-03-20 20:43:19 +01:00
parent ec2db73fc3
commit d4abdf8629

View File

@@ -1,13 +0,0 @@
# Optimized for Clang-Tidy v18
---
InheritParentConfig: true
Checks:
- bugprone-macro-parentheses
- cppcoreguidelines-avoid-non-const-global-variables
- cppcoreguidelines-pro-bounds-pointer-arithmetic
- cppcoreguidelines-pro-type-const-cast
- cppcoreguidelines-pro-type-reinterpret-cast
- cppcoreguidelines-pro-type-vararg
- cppcoreguidelines-special-member-functions
- google-default-arguments
- llvm-qualified-auto