summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-19 16:19:03 +0100
committerDavid Robillard <d@drobilla.net>2021-03-15 15:14:20 -0400
commitc56e72595ac6478639f6a0b074d24946d652dc4b (patch)
tree3deffa78f7503ee8f76cb9f6ad6675196432e7e6
parent6c5849b68e264822d0524e8e5a55409ee8d52d7c (diff)
downloadraul-c56e72595ac6478639f6a0b074d24946d652dc4b.tar.gz
raul-c56e72595ac6478639f6a0b074d24946d652dc4b.tar.bz2
raul-c56e72595ac6478639f6a0b074d24946d652dc4b.zip
Clean up clang-tidy configuration
-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
-
-