diff --git a/.clang-tidy b/.clang-tidy index 9ca89c10f..ef5166da4 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,8 +1,8 @@ -Checks: > - modernize-use-using - readability-avoid-const-params-in-decls - misc-unused-parameters, - readability-identifier-naming +Checks: + - modernize-use-using + - readability-avoid-const-params-in-decls + - misc-unused-parameters, + - readability-identifier-naming # ^ Without unused-parameters the readability-identifier-naming check doesn't cause any warnings.