From 7140e86503d98e4b0f7aa65f89b47e4317a56134 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Oct 2022 13:18:34 -0400 Subject: Simplify clang-tidy configuration --- src/.clang-tidy | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/.clang-tidy b/src/.clang-tidy index 4bacd45..2f273ed 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -2,17 +2,10 @@ # SPDX-License-Identifier: CC0-1.0 OR ISC Checks: > - *, -*-magic-numbers, - -altera-*, -bugprone-easily-swappable-parameters, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, - -hicpp-multiway-paths-covered, -llvm-header-guard, - -llvmlibc-*, -misc-no-recursion, -readability-function-cognitive-complexity, - -readability-identifier-length, -WarningsAsErrors: '*' -HeaderFilterRegex: '.*' -FormatStyle: file +InheritParentConfig: true -- cgit v1.2.1