From 83b0fdff081b60e082ee5a837ee687eee4d66f10 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Mon, 29 Jun 2026 08:40:30 -0700 Subject: [PATCH] Revert "add 'src/rpc/blockchain.cpp:.*trim' to the KNOWN_VIOLATIONS lint checks" This reverts commit 7647638730293f8833502bec9b95c4146b364d30. --- test/lint/lint-locale-dependence.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh index ab4fcebb59..9b37e6b99f 100755 --- a/test/lint/lint-locale-dependence.sh +++ b/test/lint/lint-locale-dependence.sh @@ -46,7 +46,6 @@ KNOWN_VIOLATIONS=( "src/test/fuzz/locale.cpp" "src/test/fuzz/string.cpp" "src/test/util_tests.cpp" - "src/rpc/blockchain.cpp:.*trim" ) REGEXP_IGNORE_EXTERNAL_DEPENDENCIES="^src/(crypto/ctaes/|leveldb/|secp256k1/|simplicity/|minisketch/|tinyformat.h|univalue/)"