Browse Source

linter: disable a couple of checks that I don't like much

Michele Caini 1 năm trước cách đây
mục cha
commit
fc10b39dc4
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .clang-tidy

+ 3 - 1
.clang-tidy

@@ -15,7 +15,9 @@ Checks: >
     -modernize-use-trailing-return-type,
     performance-*,
     portability-*,
-    readability-*
+    readability-*,
+    -readability-named-parameter,
+    -readability-uppercase-literal-suffix
 CheckOptions:
     - key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
       value: true