From 27b9157dc7b9cd2ebaeb7094b68b5efd2db22d40 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Feb 2025 19:48:30 -0500 Subject: Update configuration for clang-tidy 19 --- .clang-tidy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 1eeee22..8acbf15 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2024 David Robillard +# Copyright 2020-2025 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later Checks: > @@ -21,9 +21,9 @@ Checks: > -google-runtime-int, -google-runtime-references, -llvmlibc-*, + -misc-confusable-identifiers, -misc-include-cleaner, -modernize-use-trailing-return-type, - -readability-convert-member-functions-to-static, -readability-identifier-length, -readability-implicit-bool-conversion, WarningsAsErrors: '*' -- cgit v1.2.1