Ver Fonte

linter: set MinimumVariableNameLength for readability-identifier-length

Michele Caini há 1 ano atrás
pai
commit
f50750bafd
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .clang-tidy

+ 2 - 0
.clang-tidy

@@ -35,3 +35,5 @@ CheckOptions:
       value: true
     - key: modernize-avoid-c-arrays.AllowStringArrays
       value: true
+    - key: readability-identifier-length.MinimumVariableNameLength
+      value: 2