summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 0673649..6fc648d 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
@@ -7,6 +7,7 @@ Checks: >
-bugprone-narrowing-conversions,
-cert-err33-c,
-cert-err34-c,
+ -clang-analyzer-optin.core.EnumCastOutOfRange,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-clang-analyzer-valist.Uninitialized,
-concurrency-mt-unsafe,
@@ -16,6 +17,8 @@ Checks: >
-hicpp-signed-bitwise,
-llvm-header-guard,
-performance-no-int-to-ptr,
+ -readability-avoid-nested-conditional-operator,
-readability-function-cognitive-complexity,
+ -readability-redundant-casting,
-readability-suspicious-call-argument,
InheritParentConfig: true