mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
clang-tidy: Disable ArrayBound check in src/ipc and src/test
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
Checks: '
|
||||
-clang-analyzer-core.UndefinedBinaryOperatorResult,
|
||||
'
|
||||
Checks:
|
||||
# See: https://github.com/capnproto/capnproto/pull/2334.
|
||||
- "-clang-analyzer-core.UndefinedBinaryOperatorResult"
|
||||
# See: https://github.com/capnproto/capnproto/pull/2417.
|
||||
- "-clang-analyzer-security.ArrayBound"
|
||||
|
||||
Reference in New Issue
Block a user