diff options
author | David Robillard <d@drobilla.net> | 2022-07-14 11:50:44 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:57:39 -0400 |
commit | 891f4044c92117517041c9e7ee4099b75bd493da (patch) | |
tree | ec9ef7d2b69d95b6f6d83fb0734dd095e3c849d8 /test | |
parent | f5bf578c16982400f91822d64782a328cea2c760 (diff) | |
download | lilv-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-tidy | 2 |
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: '*' |