From: Joel Rosdahl Date: Wed, 19 Apr 2023 20:03:22 +0000 (+0200) Subject: chore: Suppress clang-tidy warnings we don't want to fix X-Git-Tag: v4.8.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa60742695922527bf1c2c1b04182f091aadcef6;p=thirdparty%2Fccache.git chore: Suppress clang-tidy warnings we don't want to fix --- diff --git a/src/.clang-tidy b/src/.clang-tidy index d70bcaf60..205926d3a 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -12,8 +12,11 @@ Checks: ' -*, bugprone-*, -bugprone-branch-clone, + -bugprone-easily-swappable-parameters,-warnings-as-errors, + -bugprone-implicit-widening-of-multiplication-result, -bugprone-narrowing-conversions, -bugprone-signed-char-misuse, + -bugprone-unhandled-exception-at-new, cert-*, -cert-dcl50-cpp, -cert-dcl58-cpp,