diff options
| author | David Robillard <d@drobilla.net> | 2025-11-13 17:55:18 -0500 |
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2025-11-13 19:59:41 -0500 |
| commit | cbe7327ff36ca6b142c43c0e0491b989726ecc9b (patch) | |
| tree | acc598ee074a58152cc91953c272be728cc8c9c6 /plugins/.clang-tidy | |
| parent | c664e354487332ba5f204c62a4a5df41b2cbda1f (diff) | |
| download | lv2-cbe7327ff36ca6b142c43c0e0491b989726ecc9b.tar.xz | |
Remove example plugins
These are now maintained in the separate "lv2-examples" project to keep the
dependencies of lv2 itself minimal.
Diffstat (limited to 'plugins/.clang-tidy')
| -rw-r--r-- | plugins/.clang-tidy | 16 |
1 files changed, 0 insertions, 16 deletions
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 <d@drobilla.net> -# 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 |