From e40eff80bb42d126e94590e9904beab9e2173e8a Mon Sep 17 00:00:00 2001 From: taynpg Date: Sat, 10 Aug 2024 18:47:05 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E6=B7=BB=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AAclang-tidy=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .clang-tidy diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..bda1a33 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,3 @@ +Checks: " + -bugprone-suspicious-enum-usage + "