diff options
Diffstat (limited to 'test/headers/.clang-tidy')
-rw-r--r-- | test/headers/.clang-tidy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 8c0843e..bbcc1eb 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -1,11 +1,11 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2024 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > *, + -*-macro-to-enum, -altera-*, -llvmlibc-*, - -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-identifier-length, WarningsAsErrors: '*' |