summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/.clang-tidy3
-rw-r--r--test/.clang-tidy5
2 files changed, 1 insertions, 7 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
index 05349dd..b64c202 100644
--- a/include/.clang-tidy
+++ b/include/.clang-tidy
@@ -6,7 +6,6 @@ Checks: >
-*-uppercase-literal-suffix,
-abseil-string-find-str-contains,
-android-cloexec-accept,
- -bugprone-branch-clone,
-clang-diagnostic-unused-macros,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
@@ -29,5 +28,3 @@ CheckOptions:
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file
-
-
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 9d34765..5c2e179 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,8 +5,7 @@ Checks: >
-*-uppercase-literal-suffix,
-*-vararg,
-abseil-string-find-str-contains,
- -android-cloexec-accept,
- -bugprone-branch-clone,
+ -android-cloexec-accept,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-owning-memory,
@@ -33,5 +32,3 @@ CheckOptions:
value: 'true'
HeaderFilterRegex: '.*'
FormatStyle: file
-
-