[clang-tidy] add readability-redundant-control-flow (#8365)

This commit is contained in:
Jonathan Hui
2022-11-04 16:34:37 -07:00
committed by GitHub
parent 8e020b4018
commit ba826ffb2a
4 changed files with 1 additions and 4 deletions
+1
View File
@@ -144,6 +144,7 @@ readability-avoid-const-params-in-decls,\
readability-else-after-return,\
readability-inconsistent-declaration-parameter-name,\
readability-make-member-function-const,\
readability-redundant-control-flow,\
readability-redundant-member-init,\
readability-simplify-boolean-expr,\
readability-static-accessed-through-instance,\