summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cpp/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy
index 5d20fa0..e57bf83 100644
--- a/test/cpp/.clang-tidy
+++ b/test/cpp/.clang-tidy
@@ -14,6 +14,8 @@ Checks: >
-modernize-return-braced-init-list,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
+ -readability-avoid-return-with-void-value,
-readability-implicit-bool-conversion,
+ -readability-redundant-inline-specifier,
HeaderFilterRegex: '.*/lilvmm\.hpp'
InheritParentConfig: true