ソースを参照

clang-tidy: feel free to ignore meta_traits

Michele Caini 1 年間 前
コミット
5e687893de
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .clang-tidy

+ 2 - 0
.clang-tidy

@@ -40,6 +40,8 @@ CheckOptions:
       value: true
       value: true
     - key: modernize-avoid-c-arrays.AllowStringArrays
     - key: modernize-avoid-c-arrays.AllowStringArrays
       value: true
       value: true
+    - key: performance-enum-size.EnumIgnoreList
+      value: meta_traits
     - key: readability-function-cognitive-complexity.IgnoreMacros
     - key: readability-function-cognitive-complexity.IgnoreMacros
       value: true
       value: true
     - key: readability-identifier-length.MinimumParameterNameLength
     - key: readability-identifier-length.MinimumParameterNameLength