diff options
author | David Robillard <d@drobilla.net> | 2025-06-07 11:20:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-06-07 11:20:36 -0400 |
commit | d533f00132b035d71bdd0da99ed3e6f54b5ea23b (patch) | |
tree | 6cfc1a1f649a53fc96ea9dd30b7d1438ad8d15fc /test/headers | |
parent | 519bada0147be753c8699af1e99a2ed54d2347b0 (diff) | |
download | raul-main.tar.gz raul-main.tar.bz2 raul-main.zip |
Suppress new warnings in clang-tidy 19main
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/.clang-tidy | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 125a043..13ed6b1 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later Checks: > @@ -9,7 +9,9 @@ Checks: > -abseil-string-find-str-contains, -altera-*, -android-cloexec-accept, + -boost-use-ranges, -bugprone-easily-swappable-parameters, + -cert-err33-c, -cppcoreguidelines-avoid-do-while, -cppcoreguidelines-owning-memory, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, |