mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
313d79e319
f4beb4996d27f2cdaf4f0a63e7dc044bf17decce test: Remove python dead code linter (Wladimir J. van der Laan)
Pull request description:
Primarily I'd like to remove this because it is very imprecise, due to Python's dynamic nature, giving it a large list of false positives that need to be listed as exceptions. See for example #16906.
It's also a frequent source of complaints. I'm doubtful of the usefulness of checking for dead code in a linter in the first place.
Having some dead code in the test framework for a while is not a
disaster.
ACKs for top commit:
sdaftuar:
utACK f4beb4996d27f2cdaf4f0a63e7dc044bf17decce
practicalswift:
ACK f4beb4996d27f2cdaf4f0a63e7dc044bf17decce -- diff looks correct
jamesob:
ACK
|
||
---|---|---|
.. | ||
build_depends.sh | ||
build_src.sh | ||
Dockerfile.builder | ||
matrix.sh | ||
test_integrationtests.sh | ||
test_unittests.sh |