diff options
author | David Robillard <d@drobilla.net> | 2023-02-03 14:56:42 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-02-03 14:56:42 -0500 |
commit | 0634c9a6ac22d520ea63beab44ade590816f7f9e (patch) | |
tree | eaa54a2944f63cfec157234a7e82302f488afeeb /test/.clang-tidy | |
parent | c269ac85e42aad72ac685a4953a7167e8378613d (diff) | |
download | zix-0634c9a6ac22d520ea63beab44ade590816f7f9e.tar.gz zix-0634c9a6ac22d520ea63beab44ade590816f7f9e.tar.bz2 zix-0634c9a6ac22d520ea63beab44ade590816f7f9e.zip |
Suppress/fix new warnings in clang-tidy 15
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 16da00c..2d684a6 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -10,6 +10,7 @@ Checks: > -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, -llvm-header-guard, + -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-function-cognitive-complexity, InheritParentConfig: true |