From e6cdcb899862141258887f4c7ae222dab365528a Mon Sep 17 00:00:00 2001 From: sha512sum Date: Mon, 26 Aug 2024 08:24:46 +0000 Subject: [PATCH] Add config for clang-tidy --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) create mode 100644 .clang-tidy diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..89f8c15 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1 @@ +Checks: '-*,google-*,-google-explicit-constructor,cppcoreguidelines-*,-cppcoreguidelines-c-copy-assignment-signature,-cppcoreguidelines-special-member-functions,-cppcoreguidelines-avoid-const-or-ref-data-members,-cppcoreguidelines-pro-type-reinterpret-cast,modernize-*'