-
Notifications
You must be signed in to change notification settings - Fork 170
ci: shellcheck checks #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tcharding
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 982e311
| # can't find the file because of the ENV var | ||
| # shellcheck source=/dev/null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you silence this like this man instead of?
# shellcheck disable=SC1090
(I hit the same warning working on rust-bitcoin/rust-secp256k1#699.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was the same approach I did in the original rust-bitcoin PR and this is the way to adopt a Exception per the shellcheck wiki: https://www.shellcheck.net/wiki/SC1090
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, cheers.
|
Can you please rebase this? It is currently based on a version of rust-miniscript from February (prior to the rust-bitcoin upgrade) and my local lockfiles have changed a lot since then. (This should become less of a problem soon once we bring lockfiles into the repo itself.) |
|
@apoelstra done |
apoelstra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 926bb05
tcharding
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 926bb05
926bb05cfba6c0c94375aab955e2b6f4616ba0ee ci: shellcheck checks (Jose Storopoli) Pull request description: Following rust-bitcoin/rust-bitcoin#2762, adding CI shellcheck cheks here as well. I also did all fixes that I could find with ```bash shellcheck **/*.sh ``` If I've missed any please let me know. ACKs for top commit: apoelstra: ACK 926bb05cfba6c0c94375aab955e2b6f4616ba0ee tcharding: ACK 926bb05cfba6c0c94375aab955e2b6f4616ba0ee Tree-SHA512: 1eb32b6d1f3008a03b70995c3b936921bad9a2ea7f329133e704fd9b4eb9bd7ec5cac7cd5e4a4a2ceff83eec03c785478cb1de37922b5b9d7787c907040876d4
Following rust-bitcoin/rust-bitcoin#2762,
adding CI shellcheck cheks here as well.
I also did all fixes that I could find with
If I've missed any please let me know.