aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 7846913..f73d7a6 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,15 +1,20 @@
Checks: >
*,
+ -*-else-after-return,
-*-magic-numbers,
-*-uppercase-literal-suffix,
-altera-*,
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
+ -bugprone-suspicious-include,
+ -bugprone-suspicious-string-compare,
-llvm-header-guard,
-llvmlibc-implementation-in-namespace,
-llvmlibc-restrict-system-libc-headers,
-modernize-use-trailing-return-type,
-performance-no-int-to-ptr,
+ -readability-function-cognitive-complexity,
+ -readability-identifier-length,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file