From 7fd45d6dab78c158b12326af4be9ae96ce416adb Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 19 Dec 2020 11:59:55 +0100
Subject: Suppress warnings with older clang-tidy

---
 test/.clang-tidy | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'test/.clang-tidy')

diff --git a/test/.clang-tidy b/test/.clang-tidy
index 4d343a6..eecf9fd 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -15,7 +15,7 @@ Checks: >
   -cppcoreguidelines-pro-bounds-pointer-arithmetic,
   -cppcoreguidelines-pro-type-const-cast,
   -cppcoreguidelines-pro-type-reinterpret-cast,
-  -fuchsia-default-arguments-*,
+  -fuchsia-default-arguments*,
   -fuchsia-overloaded-operator,
   -google-runtime-int,
   -google-runtime-references,
@@ -27,9 +27,6 @@ Checks: >
   -modernize-use-trailing-return-type,
   -readability-implicit-bool-conversion,
   -readability-use-anyofallof,
-CheckOptions:
-  - key:   modernize-use-override.AllowOverrideAndFinal
-    value: true
 HeaderFilterRegex: '.*'
 FormatStyle: file
 
-- 
cgit v1.2.1