Merge #16907: test: lint: Add DisabledOpcodeTemplates to whitelist
fac35b21e2
test: lint: Add DisabledOpcodeTemplates to whitelist (MarcoFalke)
Pull request description:
Fixes #16906
Top commit has no ACKs.
Tree-SHA512: 98b175bb062425fd3a8bd0d0258f4c0e0d5106980f1e037df7c2b2b2e5aa6031b11b582c026265d7b2de56049ccbadb0b7add9130d323f15886f681c6268ba0a
This commit is contained in:
commit
cfcaa9759e
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ export LC_ALL=C
|
|||
|
||||
travis_retry pip3 install codespell==1.15.0
|
||||
travis_retry pip3 install flake8==3.7.8
|
||||
travis_retry pip3 install vulture==0.29
|
||||
travis_retry pip3 install vulture==1.0
|
||||
|
||||
SHELLCHECK_VERSION=v0.6.0
|
||||
curl -s "https://storage.googleapis.com/shellcheck/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
|
||||
|
|
|
@ -6,6 +6,7 @@ _.converter # unused attribute (test/functional/test_framework/test_framework.p
|
|||
_.daemon # unused attribute (test/functional/test_framework/socks5.py)
|
||||
data_received # unused function (test/functional/test_framework/mininode.py)
|
||||
DuplicateInput # unused class (test/functional/data/invalid_txs.py)
|
||||
DisabledOpcodeTemplates # unused class (test/functional/data/invalid_txs.py)
|
||||
_.filename # unused attribute (contrib/macdeploy/custom_dsstore.py)
|
||||
InvalidOPIFConstruction # unused class (test/functional/data/invalid_txs.py)
|
||||
_.is_compressed # unused property (test/functional/test_framework/key.py)
|
||||
|
|
Loading…
Reference in a new issue