aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-13 23:46:18 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 18:14:02 -0400
commite1c80a39b280509007693225abb2eb9d47ac01e1 (patch)
treef2cfcccae491e6a1843f9d0133cc84b433124a27 /.clang-tidy
parent779e016962fdd59d333387077387a81555ca5a4b (diff)
downloadlv2-e1c80a39b280509007693225abb2eb9d47ac01e1.tar.xz
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 08ce6e9..342cf5a 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -8,6 +8,7 @@ Checks: >
-bugprone-macro-parentheses,
-bugprone-suspicious-include,
-bugprone-suspicious-string-compare,
+ -cert-err33-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-clang-diagnostic-empty-translation-unit,
-clang-diagnostic-unused-function,
@@ -20,6 +21,7 @@ Checks: >
-modernize-use-trailing-return-type,
-performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
+ -readability-identifier-length,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file