Add new suppressions for clang-tidy 13 (#1847)

This commit is contained in:
Andrew Gaul 2022-01-09 21:42:36 +09:00 committed by GitHub
parent b67465b91d
commit 53d1b04cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Checks: '
-*,
bugprone-*,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-macro-parentheses,
-bugprone-narrowing-conversions,
-bugprone-unhandled-self-assignment,
@ -20,6 +22,7 @@ Checks: '
-modernize-avoid-c-arrays,
-modernize-deprecated-headers,
-modernize-loop-convert,
-modernize-return-braced-init-list,
-modernize-use-auto,
-modernize-use-nullptr,
-modernize-use-trailing-return-type,