aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-11-06 17:31:24 +0100
committerpracticalswift <[email protected]>2018-11-06 17:32:33 +0100
commit7c9f7907615ff9c10a56ede5a8e47c91cb20fe3b (patch)
tree8263e874db9df38425e75c41721f4b7709befa00
parentUse IsSpace(...) instead of boost::is_space (diff)
downloaddiscoin-7c9f7907615ff9c10a56ede5a8e47c91cb20fe3b.tar.xz
discoin-7c9f7907615ff9c10a56ede5a8e47c91cb20fe3b.zip
Update KNOWN_VIOLATIONS: Remove fixed violations
-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 c76e862ae..1534d5ef6 100755
--- a/test/lint/lint-locale-dependence.sh
+++ b/test/lint/lint-locale-dependence.sh
@@ -4,7 +4,6 @@ export LC_ALL=C
KNOWN_VIOLATIONS=(
"src/bitcoin-tx.cpp.*stoul"
"src/bitcoin-tx.cpp.*trim_right"
- "src/bitcoin-tx.cpp:.*atoi"
"src/dbwrapper.cpp.*stoul"
"src/dbwrapper.cpp:.*vsnprintf"
"src/httprpc.cpp.*trim"