summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-16 13:24:37 +0100
committerDavid Robillard <d@drobilla.net>2020-12-16 13:25:32 +0100
commit5680e5900f6fb89ec66af6480a7d125fc8960552 (patch)
tree88d6133a0f2975b3993501b9f3b629f519c370d5 /test/.clang-tidy
parent6a61d5eb9b5fda7525534bbc3a568642af1a8516 (diff)
downloadraul-5680e5900f6fb89ec66af6480a7d125fc8960552.tar.gz
raul-5680e5900f6fb89ec66af6480a7d125fc8960552.tar.bz2
raul-5680e5900f6fb89ec66af6480a7d125fc8960552.zip
Fix build with older GCC
This reverts commit 57602cd13969d72cfae284bccdeee1ac6bf15c1e.
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 5b80730..023fd87 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -29,7 +29,9 @@ Checks: >
-readability-else-after-return,
-readability-implicit-bool-conversion,
-readability-use-anyofallof,
-WarningsAsErrors: '*'
+CheckOptions:
+ - key: modernize-use-override.AllowOverrideAndFinal
+ value: true
HeaderFilterRegex: '.*'
FormatStyle: file