aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-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/.*'