aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 14:51:34 -0500
committerDavid Robillard <d@drobilla.net>2022-12-11 13:15:02 -0500
commit86e5e821531ff563b7e4642aa792d9e0f3067557 (patch)
tree8c637653d8222471309f762eb36bc774f62a8fc2 /plugins/.clang-tidy
parentd102b7df35d900d568e49e640a5331f283717737 (diff)
downloadlv2-86e5e821531ff563b7e4642aa792d9e0f3067557.tar.xz
Test headers for warnings more strictly
Diffstat (limited to 'plugins/.clang-tidy')
-rw-r--r--plugins/.clang-tidy13
1 files changed, 1 insertions, 12 deletions
diff --git a/plugins/.clang-tidy b/plugins/.clang-tidy
index bff0bfd..c75c335 100644
--- a/plugins/.clang-tidy
+++ b/plugins/.clang-tidy
@@ -2,25 +2,14 @@
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
- *,
-*-magic-numbers,
-*-narrowing-conversions,
- -altera-*,
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
-cert-err33-c,
-hicpp-signed-bitwise,
- -llvm-header-guard,
- -llvmlibc-*,
-misc-unused-parameters,
-performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-WarningsAsErrors: '*'
-HeaderFilterRegex: '.*'
-FormatStyle: file
-CheckOptions:
- - key: hicpp-uppercase-literal-suffix.NewSuffixes
- value: L;U;f
- - key: readability-uppercase-literal-suffix.NewSuffixes
- value: L;U;f
+InheritParentConfig: true