aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 15:04:00 -0500
committerDavid Robillard <d@drobilla.net>2022-12-11 13:15:02 -0500
commit3c79698806163325b68d6ce249044685e8fcc848 (patch)
tree45ca774c7cd260e3a6ce7634e3da8a6e5426c2f2 /test/.clang-tidy
parent86e5e821531ff563b7e4642aa792d9e0f3067557 (diff)
downloadlv2-3c79698806163325b68d6ce249044685e8fcc848.tar.xz
Simplify clang-tidy configuration
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 1c1d56a..f6fe1d6 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -3,13 +3,13 @@
Checks: >
-*-else-after-return,
- -*-magic-numbers,
-bugprone-easily-swappable-parameters,
- -bugprone-macro-parentheses,
-bugprone-suspicious-include,
+ -cert-err33-c,
+ -clang-diagnostic-unused-parameter,
+ -cppcoreguidelines-avoid-non-const-global-variables,
-llvmlibc-implementation-in-namespace,
+ -misc-unused-parameters,
-modernize-use-trailing-return-type,
- -performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
- -readability-identifier-length,
InheritParentConfig: true