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 --- .clang-tidy | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index a94c72f..121e2ca 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -3,9 +3,16 @@ Checks: > *, + -*-magic-numbers, -altera-*, + -bugprone-easily-swappable-parameters, + -bugprone-macro-parentheses, + -clang-diagnostic-unused-function, + -clang-diagnostic-unused-macros, -llvm-header-guard, -llvmlibc-restrict-system-libc-headers, + -performance-no-int-to-ptr, + -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: L;U;f -- cgit v1.2.1