Skip to content

Commit 1f9ba3f

Browse files
committed
Fix false-positive lint
1 parent f3a86ea commit 1f9ba3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lint/lint-locale-dependence.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ export LC_ALL=C
4040
KNOWN_VIOLATIONS=(
4141
"src/bitcoin-tx.cpp.*stoul"
4242
"src/bitcoin-tx.cpp.*trim_right"
43+
"src/chain.h.*trim"
4344
"src/dbwrapper.cpp.*stoul"
4445
"src/dbwrapper.cpp:.*vsnprintf"
4546
"src/httprpc.cpp.*trim"
47+
"src/init.cpp.*trim"
4648
"src/node/blockstorage.cpp:.*atoi"
4749
"src/qt/rpcconsole.cpp:.*atoi"
4850
"src/rest.cpp:.*strtol"

0 commit comments

Comments
 (0)