From 86e5e821531ff563b7e4642aa792d9e0f3067557 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 14:51:34 -0500 Subject: Test headers for warnings more strictly --- test/.clang-tidy | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index ca868be..1c1d56a 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -2,25 +2,14 @@ # SPDX-License-Identifier: 0BSD OR ISC Checks: > - *, -*-else-after-return, -*-magic-numbers, - -altera-*, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-suspicious-include, - -llvm-header-guard, -llvmlibc-implementation-in-namespace, - -llvmlibc-restrict-system-libc-headers, -modernize-use-trailing-return-type, -performance-no-int-to-ptr, -readability-function-cognitive-complexity, -readability-identifier-length, -WarningsAsErrors: '*' -HeaderFilterRegex: '.*' -FormatStyle: file -CheckOptions: - - key: hicpp-uppercase-literal-suffix.NewSuffixes - value: L;U;f - - key: readability-uppercase-literal-suffix.NewSuffixes - value: L;U;f +InheritParentConfig: true -- cgit v1.2.1