diff --git a/Source/.clang-tidy b/Source/.clang-tidy index 3ed1f402b..b86fbcaff 100644 --- a/Source/.clang-tidy +++ b/Source/.clang-tidy @@ -88,3 +88,5 @@ CheckOptions: - { key: bugprone-signed-char-misuse.CharTypdefsToIgnore, value: "std::int8_t" } - { key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic, value: true } + + - { key: readability-identifier-length.MinimumLoopCounterNameLength, value: 1 }