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