From d64c5227ea47cb2ce2ab20cfde7b86e936dfe300 Mon Sep 17 00:00:00 2001 From: Curve Date: Tue, 18 May 2021 12:09:15 +0200 Subject: [PATCH] chore: update clang-tidy --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index c03c85d..f30d113 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -51,4 +51,5 @@ Checks: "*,\ -readability-static-accessed-through-instance,\ -cppcoreguidelines-special-member-functions,\ -readability-isolate-declaration,\ - -google-default-arguments" \ No newline at end of file + -google-default-arguments,\ + -altera-*" \ No newline at end of file