瀏覽代碼

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
     - key: modernize-avoid-c-arrays.AllowStringArrays
       value: true
+    - key: performance-enum-size.EnumIgnoreList
+      value: meta_traits
     - key: readability-function-cognitive-complexity.IgnoreMacros
       value: true
     - key: readability-identifier-length.MinimumParameterNameLength