From f80f52003dfd440238283749ffdb050519b83398 Mon Sep 17 00:00:00 2001 From: Dimitri Belopopsky Date: Mon, 25 Apr 2022 16:02:00 +0200 Subject: [PATCH] Update .clang-tidy --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 4d93f2e..09fe74d 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,5 +2,5 @@ # Enable all checks by default, and remove all project specific ones # You might want to add/remove other checks depending on your project # Also disables some stylistic checks by default to make things simpler -Checks: '*,-llvm*,-fuchsia*,-google*,-abseil*,-zircon,-modernize-use-trailing-return-type' +Checks: '*,-llvm*,-fuchsia*,-google*,-abseil*,-zircon*,-altera*,-modernize-use-trailing-return-type' ...