From bdcb18ad8eca2a778711e6d09a403272c1aad533 Mon Sep 17 00:00:00 2001 From: prisixia Date: Fri, 5 May 2023 20:37:58 +0200 Subject: [PATCH] Remove modernize-use-trailing-return-type --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 33f4317..041b3a1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -6,4 +6,5 @@ Checks: "bugprone-*,\ misc-*,\ modernize-*,\ performance-*,\ - readability-*" + readability-*,\ + -modernize-use-trailing-return-type"