summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-30 18:53:02 -0400
committerDavid Robillard <d@drobilla.net>2023-05-01 13:15:50 -0400
commit969d6c012e51a98427cadb42473dfaeb2a1f6df5 (patch)
tree901fc85addb03c9a10f941ca16295674e8e9272a /test
parent1f73daa1dd55d7889c30c4b0893b541266aa460c (diff)
downloadsratom-969d6c012e51a98427cadb42473dfaeb2a1f6df5.tar.gz
sratom-969d6c012e51a98427cadb42473dfaeb2a1f6df5.tar.bz2
sratom-969d6c012e51a98427cadb42473dfaeb2a1f6df5.zip
Suppress new clang-tidy warnings
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index d335ce8..4b98cf1 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -4,5 +4,7 @@
Checks: >
-*-magic-numbers,
-cert-err33-c,
+ -modernize-macro-to-enum,
+ -performance-no-int-to-ptr,
-readability-identifier-length,
InheritParentConfig: true