From ef4641cad78d00cd911a376ccf959561fa548b50 Mon Sep 17 00:00:00 2001 From: Hugo Bonnet <59062364+Hugoto69@users.noreply.github.com> Date: Thu, 25 Mar 2021 20:43:51 +0100 Subject: [PATCH] Update .clang-tidy --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index f21675c9..34239d6b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,7 +2,7 @@ Checks: 'cppcoreguidelines-*, performance-*, modernize-*, google-*, -misc-*, +misc-* cert-*, readability-*, clang-analyzer-*,