Clang-tidy: Enable braces-around-statements warning

This commit is contained in:
Sebastian Parborg
2020-07-03 21:22:41 +02:00
parent 185fe9cd8b
commit d7dbf90a02
10 changed files with 190 additions and 104 deletions

View File

@@ -13,7 +13,6 @@ Checks: >
-readability-misleading-indentation,
-readability-else-after-return,
-readability-braces-around-statements,
-readability-inconsistent-declaration-parameter-name,
-readability-non-const-parameter,
-readability-redundant-preprocessor,