diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy index 64946df..8acbf15 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2024 David Robillard <d@drobilla.net> +# Copyright 2020-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later Checks: > @@ -21,10 +21,9 @@ Checks: > -google-runtime-int, -google-runtime-references, -llvmlibc-*, + -misc-confusable-identifiers, -misc-include-cleaner, -modernize-use-trailing-return-type, - -readability-avoid-const-params-in-decls, - -readability-convert-member-functions-to-static, -readability-identifier-length, -readability-implicit-bool-conversion, WarningsAsErrors: '*' |