Skip to content

Commit 92f750b

Browse files
Krovatkinfacebook-github-bot
authored andcommittedMay 6, 2020
disable clang-tidy modernize-trailing-return (pytorch#37888)
Summary: too much noise from this warning ![image](https://user-images.githubusercontent.com/5086322/81123764-b6e15900-8ee8-11ea-8f2f-49d69ddde25d.png) Pull Request resolved: pytorch#37888 Differential Revision: D21415338 Pulled By: Krovatkin fbshipit-source-id: 8d6f1be11d8419fa54a18e167929100401da439a
1 parent 0359a9b commit 92f750b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ modernize-*,
2424
-modernize-use-auto,
2525
-modernize-use-default-member-init,
2626
-modernize-use-using,
27+
-modernize-use-trailing-return-type,
2728
performance-*,
2829
-performance-noexcept-move-constructor,
2930
'

0 commit comments

Comments
 (0)
Please sign in to comment.