We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6fe4a commit a2db974Copy full SHA for a2db974
test/lint/lint-locale-dependence.sh
@@ -40,9 +40,11 @@ export LC_ALL=C
40
KNOWN_VIOLATIONS=(
41
"src/bitcoin-tx.cpp.*stoul"
42
"src/bitcoin-tx.cpp.*trim_right"
43
+ "src/chain.h.*trim"
44
"src/dbwrapper.cpp.*stoul"
45
"src/dbwrapper.cpp:.*vsnprintf"
46
"src/httprpc.cpp.*trim"
47
+ "src/init.cpp.*trim"
48
"src/node/blockstorage.cpp:.*atoi"
49
"src/qt/rpcconsole.cpp:.*atoi"
50
"src/rest.cpp:.*strtol"
0 commit comments