From e9f7f1dab9d4aad92a772b166dabcc5af8e56d82 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 17 Oct 2021 12:29:03 +0200 Subject: [PATCH] :mute: suppress more Clang-Tidy warnings --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 331215824..9aab53081 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,6 +1,9 @@ Checks: '*, + -altera-id-dependent-backward-branch, -altera-struct-pack-align, + -altera-unroll-loops, -android-cloexec-fopen, + -bugprone-easily-swappable-parameters, -concurrency-mt-unsafe, -cppcoreguidelines-avoid-goto, -cppcoreguidelines-avoid-magic-numbers,