From 46ab5fa6820e069ae4e97a26712b03144a34a04f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Nov 2025 19:49:47 -0500 Subject: Strengthen clang-tidy configuration --- .clang-tidy | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 013eda7..f8c3249 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -6,14 +6,8 @@ Checks: > -*-macro-to-enum, -*-magic-numbers, -altera-*, - -bugprone-assignment-in-if-condition, -bugprone-easily-swappable-parameters, - -bugprone-macro-parentheses, - -clang-diagnostic-unused-function, - -clang-diagnostic-unused-macros, -llvmlibc-*, - -misc-include-cleaner, - -performance-no-int-to-ptr, -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes @@ -21,5 +15,5 @@ CheckOptions: - key: readability-uppercase-literal-suffix.NewSuffixes value: L;U;f FormatStyle: file -HeaderFilterRegex: 'lv2/.*\.h' +HeaderFilterRegex: 'lv2/.*\.h$' WarningsAsErrors: '*' -- cgit v1.2.1