aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-10-07 11:45:53 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-10-12 09:10:19 +0200
commitfa8d49289479b8eda7ba7530515c414d1cd566a3 (patch)
tree668eff074be0a10a4290ed495826837172689dfc /test/lint
parent8df7eee5e1c8ad6b224aa00bcfd7a04a974362c4 (diff)
downloadbitcoin-fa8d49289479b8eda7ba7530515c414d1cd566a3.tar.xz
rest: Return error when header count is not integral
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-locale-dependence.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh
index f82d82f890..34022ece35 100755
--- a/test/lint/lint-locale-dependence.sh
+++ b/test/lint/lint-locale-dependence.sh
@@ -43,7 +43,6 @@ export LC_ALL=C
KNOWN_VIOLATIONS=(
"src/bitcoin-tx.cpp.*stoul"
"src/dbwrapper.cpp:.*vsnprintf"
- "src/rest.cpp:.*strtol"
"src/test/dbwrapper_tests.cpp:.*snprintf"
"src/test/fuzz/locale.cpp"
"src/test/fuzz/string.cpp"