aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 670b63d..6be68df 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -4,6 +4,7 @@ Checks: >
-*-uppercase-literal-suffix,
-altera*,
-bugprone-suspicious-include,
+ -cert-err33-c,
-google-runtime-references,
-hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,
@@ -11,5 +12,6 @@ Checks: >
-llvmlibc-*,
-modernize-use-trailing-return-type,
-readability-function-cognitive-complexity,
+ -readability-identifier-length,
FormatStyle: file
HeaderFilterRegex: 'pugl/.*|test/.*'