Browse Source

linter: update config

Michele Caini 1 year ago
parent
commit
c4552892aa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .clang-tidy

+ 2 - 0
.clang-tidy

@@ -29,3 +29,5 @@ CheckOptions:
       value: true
     - key: misc-non-private-member-variables-in-classes.IgnorePublicMemberVariables
       value: true
+    - key: modernize-avoid-c-arrays.AllowStringArrays
+      value: true