summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-14 11:50:44 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 17:57:39 -0400
commit891f4044c92117517041c9e7ee4099b75bd493da (patch)
treeec9ef7d2b69d95b6f6d83fb0734dd095e3c849d8 /test
parentf5bf578c16982400f91822d64782a328cea2c760 (diff)
downloadlilv-891f4044c92117517041c9e7ee4099b75bd493da.tar.gz
lilv-891f4044c92117517041c9e7ee4099b75bd493da.tar.bz2
lilv-891f4044c92117517041c9e7ee4099b75bd493da.zip
Suppress new warnings in clang-tidy 14
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 ff80138..ad4b6d1 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -17,6 +17,7 @@ Checks: >
-cert-dcl37-c,
-cert-dcl50-cpp,
-cert-dcl51-cpp,
+ -cert-err33-c,
-cert-err34-c,
-clang-analyzer-alpha.*,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
@@ -40,6 +41,7 @@ Checks: >
-modernize-return-braced-init-list,
-modernize-use-trailing-return-type,
-readability-function-cognitive-complexity,
+ -readability-identifier-length,
-readability-implicit-bool-conversion,
-readability-suspicious-call-argument,
WarningsAsErrors: '*'