diff options
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 2e1b811..a271110 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,11 +1,12 @@ -# Copyright 2020-2023 David Robillard <d@drobilla.net> +# Copyright 2020-2024 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > + -*-macro-to-enum, -*-magic-numbers, + -bugprone-multi-level-implicit-pointer-conversion, -bugprone-suspicious-realloc-usage, -cert-err33-c, - -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-identifier-length, InheritParentConfig: true |