clang-tidy: sort list [ci skip]

Follow-up to b7ecd14725 #20632
This commit is contained in:
Viktor Szakats 2026-02-19 16:33:52 +01:00
parent b7ecd14725
commit b5a6d617d1
No known key found for this signature in database

View file

@ -5,9 +5,9 @@
# https://clang.llvm.org/extra/clang-tidy/checks/list.html
Checks:
- -clang-analyzer-security.insecureAPI.bzero # for FD_ZERO() (seen on macOS)
- -clang-analyzer-optin.performance.Padding
- -clang-analyzer-security.ArrayBound # due to false positives with clang-tidy v21.1.0
- -clang-analyzer-security.insecureAPI.bzero # for FD_ZERO() (seen on macOS)
- -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
- -clang-diagnostic-nullability-extension
- bugprone-suspicious-realloc-usage