From 98c8fd5d39ee645922f071b6433308a813245500 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 24 Apr 2024 00:29:16 +0200 Subject: Add custom formatter & use it on Status --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index c8c8c55..be78fe7 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -24,3 +24,5 @@ Checks: - "-*-noexcept-move" - "-*-noexcept-move-constructor" - "-*-noexcept-move-operations" + - "-*-bounds-array-to-pointer-decay" + - "-*-no-array-decay" -- cgit