mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
disable clang-tidy modernize-trailing-return (#37888)
Summary: too much noise from this warning  Pull Request resolved: https://github.com/pytorch/pytorch/pull/37888 Differential Revision: D21415338 Pulled By: Krovatkin fbshipit-source-id: 8d6f1be11d8419fa54a18e167929100401da439a
This commit is contained in:
parent
0359a9b0a0
commit
92f750b5c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
'
|
||||
|
|
|
|||
Loading…
Reference in a new issue