summaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-19 09:24:39 -0500
committerDavid Robillard <d@drobilla.net>2025-01-19 19:34:38 -0500
commite37f70b72357dc01d24118746d2a0656fc90fb17 (patch)
tree1a011673c5907787810984f3a0ce12272b301f7d /test/headers
parente792b20f6f150717bff92f1aea2c02459351766f (diff)
downloadsratom-e37f70b72357dc01d24118746d2a0656fc90fb17.tar.gz
sratom-e37f70b72357dc01d24118746d2a0656fc90fb17.tar.bz2
sratom-e37f70b72357dc01d24118746d2a0656fc90fb17.zip
Strengthen clang-tidy configuration
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index bbcc1eb..aa1b43c 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -3,11 +3,11 @@
Checks: >
*,
- -*-macro-to-enum,
-altera-*,
-llvmlibc-*,
- -performance-no-int-to-ptr,
- -readability-identifier-length,
+CheckOptions:
+ - key: readability-function-cognitive-complexity.Threshold
+ value: '0'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*/sratom/[^/]+.h'
FormatStyle: file