aboutsummaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-13 22:27:01 -0400
committerDavid Robillard <d@drobilla.net>2022-07-13 22:27:01 -0400
commit21ea0ec3e5bffa81122cee9fde88b2e8211bf63e (patch)
tree421d9565d3b965ef9435fceb27fd426909edd5e4 /src/.clang-tidy
parent47adc7d3dec1e1d2454750612d48353944fcf836 (diff)
downloadserd-21ea0ec3e5bffa81122cee9fde88b2e8211bf63e.tar.gz
serd-21ea0ec3e5bffa81122cee9fde88b2e8211bf63e.tar.bz2
serd-21ea0ec3e5bffa81122cee9fde88b2e8211bf63e.zip
Suppress new warnings in clang and clang-tidy 14
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index b47291f2..44d02929 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -9,6 +9,7 @@ Checks: >
-bugprone-suspicious-string-compare,
-cert-dcl37-c,
-cert-dcl51-cpp,
+ -cert-err33-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-concurrency-mt-unsafe,
-google-readability-todo,
@@ -18,6 +19,7 @@ Checks: >
-llvmlibc-*,
-misc-no-recursion,
-readability-function-cognitive-complexity,
+ -readability-identifier-length,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file