Parcourir la source

linter: set MinimumVariableNameLength for readability-identifier-length

Michele Caini il y a 1 an
Parent
commit
f50750bafd
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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