From b134569961ad7f73dc280126231bc5eebb1f6344 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Jun 2024 12:18:37 -0400 Subject: Suppress new warnings in clang-tidy 17 --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 92f53054..a3432834 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2023 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -8,6 +8,7 @@ Checks: > -bugprone-suspicious-realloc-usage, -clang-diagnostic-unused-macros, -llvmlibc-*, + -misc-include-cleaner, -readability-identifier-length, FormatStyle: file HeaderFilterRegex: '.*/serd/.*\.h' -- cgit v1.2.1