summaryrefslogtreecommitdiffstats
path: root/test/cpp/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 07:27:12 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 07:27:12 -0400
commit5456274bfb7c8221c7a31f24252641cdeeebd648 (patch)
treefbb0f6cdd7bd6cad39de2b2056a9487ae6053d4d /test/cpp/.clang-tidy
parentc3baa9a4f670f3a54b6c8b34ab5bea44ab401d9c (diff)
downloadlilv-5456274bfb7c8221c7a31f24252641cdeeebd648.tar.gz
lilv-5456274bfb7c8221c7a31f24252641cdeeebd648.tar.bz2
lilv-5456274bfb7c8221c7a31f24252641cdeeebd648.zip
Remove redundant inline specifiers
Diffstat (limited to 'test/cpp/.clang-tidy')
-rw-r--r--test/cpp/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy
index e57bf83..76431df 100644
--- a/test/cpp/.clang-tidy
+++ b/test/cpp/.clang-tidy
@@ -16,6 +16,5 @@ Checks: >
-modernize-use-trailing-return-type,
-readability-avoid-return-with-void-value,
-readability-implicit-bool-conversion,
- -readability-redundant-inline-specifier,
HeaderFilterRegex: '.*/lilvmm\.hpp'
InheritParentConfig: true