mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Enable modernize-use-bool-literals clang tidy rule
Summary: changelog: [internal] You can read more about this rule on https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-bool-literals.html Reviewed By: feedthejim Differential Revision: D33295106 fbshipit-source-id: 34e68153a6796d5b9120166aeca6461ae0936e1e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
474682dab7
commit
9419bebb98
@@ -15,5 +15,6 @@ modernize-make-unique,
|
||||
modernize-pass-by-value,
|
||||
modernize-raw-string-literal,
|
||||
modernize-replace-auto-ptr,
|
||||
modernize-use-bool-literals,
|
||||
'
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user