test: port 'lint-shell.sh' to python#24840
Conversation
maflcko
left a comment
There was a problem hiding this comment.
Please squash your commits according to https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits
|
I think I need a little help squashing my commits in this pull request. Because in commit Here's what I'm doing:
About halfway thru I get a bunch of merge conflicts. Any help is appreciated. Thanks. |
|
untested: Maybe we should mention those steps as well in the doc? |
We could. Though only as a last-ditch option if you've ended up with a mess of merge commits. |
d8afdaf to
ccf67cf
Compare
|
I believe I have finished squashing the commits. I will keep learning and practice |
a6f34e1 to
fcb895f
Compare
fcb895f to
2b35abe
Compare
2b35abe to
7b29dbd
Compare
7b29dbd to
bd6ceb4
Compare


Converts
test/lint/lint-shell.shto Python and updates the docs accordingly. In order for the linter to run, it requiresgitand theshellchecklinter to be installed on the system. The script will fail gracefully with a help message ifshellcheckis not installed.