summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy1
-rw-r--r--test/headers/.clang-tidy1
2 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 59dc58f..045add7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -10,6 +10,7 @@ Checks: >
-altera-*,
-android-cloexec-accept,
-bugprone-easily-swappable-parameters,
+ -cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 2eb99e7..08abd38 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -10,6 +10,7 @@ Checks: >
-altera-*,
-android-cloexec-accept,
-bugprone-easily-swappable-parameters,
+ -cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,