aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-28 10:55:42 -0400
committerDavid Robillard <d@drobilla.net>2021-08-28 12:58:23 -0400
commite1569942291787743e86ab7445944dc4d451ef73 (patch)
tree21f1270f8a518ad1de246cbdace88f86e2d7f57c /test
parent79116b0431e3be95f5abcac0c456361e486824d8 (diff)
downloadpugl-e1569942291787743e86ab7445944dc4d451ef73.tar.gz
pugl-e1569942291787743e86ab7445944dc4d451ef73.tar.bz2
pugl-e1569942291787743e86ab7445944dc4d451ef73.zip
Suppress new clang-tidy warnings
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 30893c7..f3a1adc 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -2,7 +2,9 @@ Checks: >
*,
-*-magic-numbers,
-*-uppercase-literal-suffix,
+ -altera-struct-pack-align,
-bugprone-reserved-identifier,
+ -bugprone-suspicious-include,
-cert-dcl37-c,
-cert-dcl51-cpp,
-google-runtime-references,
@@ -11,5 +13,6 @@ Checks: >
-llvm-header-guard,
-llvmlibc-*,
-modernize-use-trailing-return-type,
+ -readability-function-cognitive-complexity,
FormatStyle: file
HeaderFilterRegex: 'pugl/.*|test/.*'