From 5456274bfb7c8221c7a31f24252641cdeeebd648 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 17 Jul 2024 07:27:12 -0400 Subject: Remove redundant inline specifiers --- test/cpp/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test/cpp/.clang-tidy') 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 -- cgit v1.2.1