Skip to content

Commit

Permalink
clang-tidy: disable modernize-use-trailing-return-type
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <[email protected]>
  • Loading branch information
tycho committed Jan 13, 2020
1 parent 9081079 commit b9109c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ readability-*,\
-modernize-use-default-member-init,\
-modernize-use-emplace,\
-modernize-use-transparent-functors,\
-modernize-use-trailing-return-type,\
-performance-for-range-copy,\
-performance-inefficient-vector-operation,\
-performance-noexcept-move-constructor,\
Expand Down

0 comments on commit b9109c4

Please sign in to comment.