mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
lint: Add false positive to python dead code linter
This commit is contained in:
@@ -15,5 +15,5 @@ fi
|
||||
|
||||
vulture \
|
||||
--min-confidence 60 \
|
||||
--ignore-names "argtypes,connection_lost,connection_made,converter,data_received,daemon,errcheck,is_compressed,is_valid,verify_ecdsa,msg_generic,on_*,optionxform,restype,profile_with_perf" \
|
||||
$(git ls-files -- "*.py" ":(exclude)contrib/" ":(exclude)test/functional/data/invalid_txs.py")
|
||||
$(git rev-parse --show-toplevel) \
|
||||
$(dirname "${BASH_SOURCE[0]}")/lint-python-dead-code-whitelist
|
||||
|
Reference in New Issue
Block a user