summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-03 14:56:42 -0500
committerDavid Robillard <d@drobilla.net>2023-02-03 14:56:42 -0500
commit0634c9a6ac22d520ea63beab44ade590816f7f9e (patch)
treeeaa54a2944f63cfec157234a7e82302f488afeeb /test/.clang-tidy
parentc269ac85e42aad72ac685a4953a7167e8378613d (diff)
downloadzix-0634c9a6ac22d520ea63beab44ade590816f7f9e.tar.gz
zix-0634c9a6ac22d520ea63beab44ade590816f7f9e.tar.bz2
zix-0634c9a6ac22d520ea63beab44ade590816f7f9e.zip
Suppress/fix new warnings in clang-tidy 15
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 16da00c..2d684a6 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -10,6 +10,7 @@ Checks: >
-cppcoreguidelines-avoid-non-const-global-variables,
-google-readability-casting,
-llvm-header-guard,
+ -modernize-macro-to-enum,
-performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
InheritParentConfig: true