mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge #16907: test: lint: Add DisabledOpcodeTemplates to whitelist
fac35b21e2c2d798face7e289dcff4c1cce0e1a6 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:
parent
dc14874d3e
commit
a8f615748c
@ -8,7 +8,7 @@ export LC_ALL=C
|
|||||||
|
|
||||||
travis_retry pip3 install codespell==1.15.0
|
travis_retry pip3 install codespell==1.15.0
|
||||||
travis_retry pip3 install flake8==3.5.0
|
travis_retry pip3 install flake8==3.5.0
|
||||||
travis_retry pip3 install vulture==0.29
|
travis_retry pip3 install vulture==1.0
|
||||||
travis_retry pip3 install yq
|
travis_retry pip3 install yq
|
||||||
|
|
||||||
SHELLCHECK_VERSION=v0.6.0
|
SHELLCHECK_VERSION=v0.6.0
|
||||||
|
@ -17,7 +17,7 @@ RUN pip3 install pyzmq # really needed?
|
|||||||
RUN pip3 install jinja2
|
RUN pip3 install jinja2
|
||||||
RUN pip3 install flake8==3.5.0
|
RUN pip3 install flake8==3.5.0
|
||||||
RUN pip3 install codespell==1.15.0
|
RUN pip3 install codespell==1.15.0
|
||||||
RUN pip3 install vulture==0.29
|
RUN pip3 install vulture==1.0
|
||||||
RUN pip3 install yq
|
RUN pip3 install yq
|
||||||
|
|
||||||
# dash_hash
|
# dash_hash
|
||||||
|
@ -6,6 +6,7 @@ _.converter # unused attribute (test/functional/test_framework/test_framework.p
|
|||||||
_.daemon # unused attribute (test/functional/test_framework/socks5.py)
|
_.daemon # unused attribute (test/functional/test_framework/socks5.py)
|
||||||
data_received # unused function (test/functional/test_framework/mininode.py)
|
data_received # unused function (test/functional/test_framework/mininode.py)
|
||||||
DuplicateInput # unused class (test/functional/data/invalid_txs.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)
|
_.filename # unused attribute (contrib/macdeploy/custom_dsstore.py)
|
||||||
InvalidOPIFConstruction # unused class (test/functional/data/invalid_txs.py)
|
InvalidOPIFConstruction # unused class (test/functional/data/invalid_txs.py)
|
||||||
_.is_compressed # unused property (test/functional/test_framework/key.py)
|
_.is_compressed # unused property (test/functional/test_framework/key.py)
|
||||||
|
Loading…
Reference in New Issue
Block a user