Skip to content

Commit

Permalink
Merge bitcoin#16907: test: lint: Add DisabledOpcodeTemplates to white…
Browse files Browse the repository at this point in the history
…list

fac35b2 test: lint: Add DisabledOpcodeTemplates to whitelist (MarcoFalke)

Pull request description:

  Fixes bitcoin#16906

Top commit has no ACKs.

Tree-SHA512: 98b175bb062425fd3a8bd0d0258f4c0e0d5106980f1e037df7c2b2b2e5aa6031b11b582c026265d7b2de56049ccbadb0b7add9130d323f15886f681c6268ba0a
  • Loading branch information
MarcoFalke authored and pravblockc committed Nov 18, 2021
1 parent df3a16c commit a61d2b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/lint_04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export LC_ALL=C

travis_retry pip3 install codespell==1.15.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

SHELLCHECK_VERSION=v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip3 install pyzmq # really needed?
RUN pip3 install jinja2
RUN pip3 install flake8==3.5.0
RUN pip3 install codespell==1.15.0
RUN pip3 install vulture==0.29
RUN pip3 install vulture==1.0
RUN pip3 install yq

# dash_hash
Expand Down
1 change: 1 addition & 0 deletions test/lint/lint-python-dead-code-whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a61d2b5

Please sign in to comment.