diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-11-06 17:31:24 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-11-06 17:32:33 +0100 |
commit | 7c9f7907615ff9c10a56ede5a8e47c91cb20fe3b (patch) | |
tree | 8263e874db9df38425e75c41721f4b7709befa00 /test/lint | |
parent | 587924f0006d2eb9b8218b6abffe181bb9c27513 (diff) |
Update KNOWN_VIOLATIONS: Remove fixed violations
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/lint-locale-dependence.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh index c76e862ae2..1534d5ef68 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" |