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:
Samuel Susla
2021-12-23 07:50:29 -08:00
committed by Facebook GitHub Bot
parent 474682dab7
commit 9419bebb98
+1
View File
@@ -15,5 +15,6 @@ modernize-make-unique,
modernize-pass-by-value,
modernize-raw-string-literal,
modernize-replace-auto-ptr,
modernize-use-bool-literals,
'
...