From 3c79698806163325b68d6ce249044685e8fcc848 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 15:04:00 -0500 Subject: Simplify clang-tidy configuration --- test/.clang-tidy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 1c1d56a..f6fe1d6 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -3,13 +3,13 @@ Checks: > -*-else-after-return, - -*-magic-numbers, -bugprone-easily-swappable-parameters, - -bugprone-macro-parentheses, -bugprone-suspicious-include, + -cert-err33-c, + -clang-diagnostic-unused-parameter, + -cppcoreguidelines-avoid-non-const-global-variables, -llvmlibc-implementation-in-namespace, + -misc-unused-parameters, -modernize-use-trailing-return-type, - -performance-no-int-to-ptr, -readability-function-cognitive-complexity, - -readability-identifier-length, InheritParentConfig: true -- cgit v1.2.1