diff --git a/drivers/.clang-tidy b/drivers/.clang-tidy deleted file mode 100644 index 17e313877..000000000 --- a/drivers/.clang-tidy +++ /dev/null @@ -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