From d09bd0f40257ebdfb6c7eff449ea576031543616 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 17 Jun 2026 08:05:37 +0200 Subject: [PATCH] lint: disable leveldb subtree check This is no-longer a proper subtree, because of direct cherry-picks. --- test/lint/test_runner/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint/test_runner/src/main.rs b/test/lint/test_runner/src/main.rs index ba5aaee793f..58454fefd7f 100644 --- a/test/lint/test_runner/src/main.rs +++ b/test/lint/test_runner/src/main.rs @@ -210,7 +210,7 @@ fn get_subtrees() -> Vec<&'static str> { "src/crc32c", "src/crypto/ctaes", "src/ipc/libmultiprocess", - "src/leveldb", + //"src/leveldb", No longer a subtree in this release branch, due to direct cherry-picks "src/minisketch", "src/secp256k1", ]