From 260500d617869ffabd9dbf0999cee8b2f5094320 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Sun, 4 Oct 2020 10:13:42 +0200
Subject: [PATCH] clang-tidy: permanently disable recommendation of trailing
 return type

---
 .clang-tidy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.clang-tidy b/.clang-tidy
index fbf639ef6f6..a3426563812 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -5,6 +5,7 @@ Checks: '*,
 -*-implicit-bool-conversion,
 -*-magic-numbers,
 -*-named-parameter,
+-*-trailing-return*,
 -clang-analyzer-alpha*,
 -cert-err58-cpp,
 -cert-err61-cpp,
@@ -18,7 +19,6 @@ Checks: '*,
 -cppcoreguidelines-pro-type-vararg,
 -fuchsia-default-arguments-calls,
 -fuchsia-overloaded-operator,
--fuchsia-trailing-return,
 -google-build-using-namespace,
 -google-default-arguments,
 -google-readability-todo,
@@ -85,7 +85,6 @@ Checks: '*,
 -modernize-return-braced-init-list,
 -modernize-use-equals-default,
 -modernize-use-nullptr,
--modernize-use-trailing-return-type,
 -modernize-use-using,
 -performance-for-range-copy,
 -performance-inefficient-vector-operation,
-- 
GitLab