From 5c95e20916f7aa141fbcf1b02e0fadf696ee1662 Mon Sep 17 00:00:00 2001 From: Christian Panov Date: Wed, 9 Oct 2024 00:57:18 +0300 Subject: [PATCH] Added clang-tidy file --- .clang-tidy | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .clang-tidy diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..bc7dcda --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,16 @@ +Checks: ' + clang-diagnostic-*, + clang-analyzer-*, + cppcoreguidelines-*, + modernize-*, + -modernize-use-trailing-return-type, + performance-*, + readability-*, + -readability-redundant-access-specifiers, + bugprone-*, + misc-*, + concurrency-*, + cert-*, + hicpp-*' + +WarningsAsErrors: true \ No newline at end of file