diff options
author | David Robillard <d@drobilla.net> | 2025-01-21 11:17:32 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-21 11:17:32 -0500 |
commit | 8c8c268bf2166b9049b51cde89a3330462771249 (patch) | |
tree | e4a8f33e0dff8989cea934e91ea2cb6ea0f29d8d /test/.clang-tidy | |
parent | 19b57eae068efd0c56469a1feb4401bc9aa338b8 (diff) | |
download | pugl-8c8c268bf2166b9049b51cde89a3330462771249.tar.gz pugl-8c8c268bf2166b9049b51cde89a3330462771249.tar.bz2 pugl-8c8c268bf2166b9049b51cde89a3330462771249.zip |
Separate C++ build tests to avoid C/C++ warning clashes
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index c88c7b3..456eb2e 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -7,10 +7,8 @@ Checks: > -cert-err33-c, -cert-err34-c, -clang-analyzer-optin.core.EnumCastOutOfRange, - -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, -llvm-header-guard, - -modernize-use-trailing-return-type, -readability-function-cognitive-complexity, InheritParentConfig: true |