File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export LC_ALL=C
8
8
9
9
travis_retry pip3 install codespell==1.15.0
10
10
travis_retry pip3 install flake8==3.7.8
11
- travis_retry pip3 install vulture==0.29
11
+ travis_retry pip3 install vulture==1.0
12
12
13
13
SHELLCHECK_VERSION=v0.6.0
14
14
curl -s " https://storage.googleapis.com/shellcheck/shellcheck-${SHELLCHECK_VERSION} .linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ _.converter # unused attribute (test/functional/test_framework/test_framework.p
6
6
_.daemon # unused attribute (test/functional/test_framework/socks5.py)
7
7
data_received # unused function (test/functional/test_framework/mininode.py)
8
8
DuplicateInput # unused class (test/functional/data/invalid_txs.py)
9
+ DisabledOpcodeTemplates # unused class (test/functional/data/invalid_txs.py)
9
10
_.filename # unused attribute (contrib/macdeploy/custom_dsstore.py)
10
11
InvalidOPIFConstruction # unused class (test/functional/data/invalid_txs.py)
11
12
_.is_compressed # unused property (test/functional/test_framework/key.py)
You can’t perform that action at this time.
0 commit comments