From cbe7327ff36ca6b142c43c0e0491b989726ecc9b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Nov 2025 17:55:18 -0500 Subject: Remove example plugins These are now maintained in the separate "lv2-examples" project to keep the dependencies of lv2 itself minimal. --- plugins/.clang-tidy | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 plugins/.clang-tidy (limited to 'plugins/.clang-tidy') diff --git a/plugins/.clang-tidy b/plugins/.clang-tidy deleted file mode 100644 index b327b36..0000000 --- a/plugins/.clang-tidy +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2020-2025 David Robillard -# SPDX-License-Identifier: 0BSD OR ISC - -Checks: > - -*-narrowing-conversions, - -bugprone-assignment-in-if-condition, - -bugprone-easily-swappable-parameters, - -bugprone-multi-level-implicit-pointer-conversion, - -bugprone-suspicious-realloc-usage, - -cert-err33-c, - -clang-analyzer-core.NullDereference, - -hicpp-signed-bitwise, - -llvm-header-guard, - -misc-unused-parameters, - -readability-function-cognitive-complexity, -InheritParentConfig: true -- cgit v1.2.1