Skip to content

Commit

Permalink
disable clang-tidy modernize-trailing-return (pytorch#37888)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Krovatkin authored and facebook-github-bot committed May 6, 2020
1 parent 0359a9b commit 92f750b
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 @@ -24,6 +24,7 @@ modernize-*,
-modernize-use-auto,
-modernize-use-default-member-init,
-modernize-use-using,
-modernize-use-trailing-return-type,
performance-*,
-performance-noexcept-move-constructor,
'
Expand Down

0 comments on commit 92f750b

Please sign in to comment.