diff options
-rw-r--r-- | .clang-tidy | 4 | ||||
-rw-r--r-- | test/headers/.clang-tidy | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index 33b6b5f..46b85c6 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-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, 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, |