From 83cd85ce89590ab06e78a3ff0adf10f636c4103e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 21:48:40 -0400 Subject: Simplify clang-tidy configuration --- test/.clang-tidy | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 007a0847..2e3f5b1d 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,10 +1,8 @@ # Copyright 2020-2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC + Checks: > - *, -*-magic-numbers, - -*-uppercase-literal-suffix, - -altera-*, -android-cloexec-fopen, -bugprone-easily-swappable-parameters, -cert-err33-c, @@ -13,9 +11,5 @@ Checks: > -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -cppcoreguidelines-avoid-non-const-global-variables, -hicpp-signed-bitwise, - -llvmlibc-*, -readability-function-cognitive-complexity, - -readability-identifier-length, -WarningsAsErrors: '*' -HeaderFilterRegex: '.*' -FormatStyle: file +InheritParentConfig: true -- cgit v1.2.1