Skip to content

Commit cfcaa97

Browse files
author
MarcoFalke
committed
Merge #16907: test: lint: Add DisabledOpcodeTemplates to whitelist
fac35b2 test: lint: Add DisabledOpcodeTemplates to whitelist (MarcoFalke) Pull request description: Fixes #16906 Top commit has no ACKs. Tree-SHA512: 98b175bb062425fd3a8bd0d0258f4c0e0d5106980f1e037df7c2b2b2e5aa6031b11b582c026265d7b2de56049ccbadb0b7add9130d323f15886f681c6268ba0a
2 parents 0ee0474 + fac35b2 commit cfcaa97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/lint/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LC_ALL=C
88

99
travis_retry pip3 install codespell==1.15.0
1010
travis_retry pip3 install flake8==3.7.8
11-
travis_retry pip3 install vulture==0.29
11+
travis_retry pip3 install vulture==1.0
1212

1313
SHELLCHECK_VERSION=v0.6.0
1414
curl -s "https://storage.googleapis.com/shellcheck/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/

test/lint/lint-python-dead-code-whitelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _.converter # unused attribute (test/functional/test_framework/test_framework.p
66
_.daemon # unused attribute (test/functional/test_framework/socks5.py)
77
data_received # unused function (test/functional/test_framework/mininode.py)
88
DuplicateInput # unused class (test/functional/data/invalid_txs.py)
9+
DisabledOpcodeTemplates # unused class (test/functional/data/invalid_txs.py)
910
_.filename # unused attribute (contrib/macdeploy/custom_dsstore.py)
1011
InvalidOPIFConstruction # unused class (test/functional/data/invalid_txs.py)
1112
_.is_compressed # unused property (test/functional/test_framework/key.py)

0 commit comments

Comments
 (0)