aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 15:04:00 -0500
committerDavid Robillard <d@drobilla.net>2022-12-11 13:15:02 -0500
commit3c79698806163325b68d6ce249044685e8fcc848 (patch)
tree45ca774c7cd260e3a6ce7634e3da8a6e5426c2f2 /plugins
parent86e5e821531ff563b7e4642aa792d9e0f3067557 (diff)
downloadlv2-3c79698806163325b68d6ce249044685e8fcc848.tar.xz
Simplify clang-tidy configuration
Diffstat (limited to 'plugins')
-rw-r--r--plugins/.clang-tidy4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/.clang-tidy b/plugins/.clang-tidy
index c75c335..1f396e5 100644
--- a/plugins/.clang-tidy
+++ b/plugins/.clang-tidy
@@ -2,14 +2,10 @@
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
- -*-magic-numbers,
-*-narrowing-conversions,
-bugprone-easily-swappable-parameters,
- -bugprone-macro-parentheses,
-cert-err33-c,
-hicpp-signed-bitwise,
-misc-unused-parameters,
- -performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
- -readability-identifier-length,
InheritParentConfig: true