aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-10-05 13:34:24 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-10-08 15:54:50 +0200
commitfad55e79ca18a5894a8da6db6309c323eecbb178 (patch)
treea3669c648ef77358d02f85a9f671ad92e595b98b /test/lint
parent927586990eb9bc8403a3831247847bdd3bf60423 (diff)
downloadbitcoin-fad55e79ca18a5894a8da6db6309c323eecbb178.tar.xz
doc: Fixup ToIntegral docs
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-locale-dependence.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh
index 3015c4f9b9..4a3eefa74c 100755
--- a/test/lint/lint-locale-dependence.sh
+++ b/test/lint/lint-locale-dependence.sh
@@ -38,7 +38,7 @@ export LC_ALL=C
# https://stackoverflow.com/a/34878283 for more details.
# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent stoul/strtol with locale
-# independent ToIntegral<T>(...).
+# independent ToIntegral<T>(...) or the ParseInt*() functions.
# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent snprintf with strprintf.
KNOWN_VIOLATIONS=(
"src/bitcoin-tx.cpp.*stoul"