Skip to content
Snippets Groups Projects
Commit 77a1e803 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

clang-tidy: ignore the use-trailing-return-type lint

CMake isn't ready for this yet.
parent eb288585
No related branches found
No related tags found
No related merge requests found
......@@ -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-*,\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment