mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Enable modernize-make-unique clang tidy rule
Summary: changelog: [internal] You can read more about this rule on https://clang.llvm.org/extra/clang-tidy/checks/modernize-make-unique.html Reviewed By: feedthejim Differential Revision: D33255905 fbshipit-source-id: a0c354dec37515db11633fb039de09bc97d6c228
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6d1d2fe2b8
commit
70b346fb9c
@@ -11,5 +11,6 @@ modernize-make-shared,
|
||||
modernize-redundant-void-arg,
|
||||
modernize-return-braced-init-list,
|
||||
modernize-use-auto,
|
||||
modernize-make-unique,
|
||||
'
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user