diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy index ae712c5..013eda7 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,8 +1,9 @@ -# Copyright 2020-2024 David Robillard <d@drobilla.net> +# Copyright 2020-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > *, + -*-macro-to-enum, -*-magic-numbers, -altera-*, -bugprone-assignment-in-if-condition, @@ -10,9 +11,8 @@ Checks: > -bugprone-macro-parentheses, -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, - -llvmlibc-restrict-system-libc-headers, + -llvmlibc-*, -misc-include-cleaner, - -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-identifier-length, CheckOptions: |