diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-04-08 14:18:52 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-04-13 15:26:02 (GMT) |
commit | 77a1e80380a47a2dca039ea215631e68096f30d2 (patch) | |
tree | aab26986e63eff832dc0093a2a3390b0778cff6f /.clang-tidy | |
parent | eb28858586e0bb1be60ddcdc02fa8b649ebc69f0 (diff) | |
download | CMake-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-tidy | 1 |
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-*,\ |