summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-04-08 10:18:52 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2020-04-13 11:26:02 -0400
commit77a1e80380a47a2dca039ea215631e68096f30d2 (patch)
treeaab26986e63eff832dc0093a2a3390b0778cff6f /.clang-tidy
parenteb28858586e0bb1be60ddcdc02fa8b649ebc69f0 (diff)
downloadcmake-77a1e80380a47a2dca039ea215631e68096f30d2.tar.gz
clang-tidy: ignore the use-trailing-return-type lint
CMake isn't ready for this yet.
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index a5206795b0..510cb9e4cc 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -13,6 +13,7 @@ modernize-*,\
-modernize-avoid-c-arrays,\
-modernize-use-nodiscard,\
-modernize-use-noexcept,\
+-modernize-use-trailing-return-type,\
-modernize-use-transparent-functors,\
performance-*,\
readability-*,\