summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-04-08 14:18:52 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-04-13 15:26:02 (GMT)
commit77a1e80380a47a2dca039ea215631e68096f30d2 (patch)
treeaab26986e63eff832dc0093a2a3390b0778cff6f /.clang-tidy
parenteb28858586e0bb1be60ddcdc02fa8b649ebc69f0 (diff)
downloadCMake-77a1e80380a47a2dca039ea215631e68096f30d2.zip
CMake-77a1e80380a47a2dca039ea215631e68096f30d2.tar.gz
CMake-77a1e80380a47a2dca039ea215631e68096f30d2.tar.bz2
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 a520679..510cb9e 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-*,\