summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-13 23:33:20 -0400
committerDavid Robillard <d@drobilla.net>2022-07-18 20:16:10 -0400
commit14125070585825fa3ca85a3ad2f94c90767f01e4 (patch)
treead092dab0e1aa92a537bf5fac8af8a1a8fba75bc /.clang-tidy
parent75e647def0f67647ec7ba1405e26d809a87c62fc (diff)
downloadsratom-14125070585825fa3ca85a3ad2f94c90767f01e4.tar.gz
sratom-14125070585825fa3ca85a3ad2f94c90767f01e4.tar.bz2
sratom-14125070585825fa3ca85a3ad2f94c90767f01e4.zip
Suppress new warnings in clang and clang-tidy 14
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index f1f12ed..d075efd 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -7,6 +7,7 @@ Checks: >
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
-bugprone-suspicious-string-compare,
+ -cert-err33-c,
-cert-err34-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-clang-analyzer-unix.Malloc,
@@ -16,6 +17,7 @@ Checks: >
-misc-no-recursion,
-performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
+ -readability-identifier-length,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file