diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-09-18 11:34:08 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-09-18 11:38:37 -0400 |
commit | fac35b21e2c2d798face7e289dcff4c1cce0e1a6 (patch) | |
tree | 5950c0e2cef2f99bdfe8be3d861628f813db9c46 /test | |
parent | 99beda47f56a39e789639a069910763a4af0647e (diff) |
test: lint: Add DisabledOpcodeTemplates to whitelist
Also, bump vulture version to include the whitelist for threading module
Diffstat (limited to 'test')
-rw-r--r-- | test/lint/lint-python-dead-code-whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-python-dead-code-whitelist b/test/lint/lint-python-dead-code-whitelist index 2522c8fa1c..33bb7b44fa 100644 --- a/test/lint/lint-python-dead-code-whitelist +++ b/test/lint/lint-python-dead-code-whitelist @@ -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) |