Skip to content

Conversation

@tomuben
Copy link
Collaborator

@tomuben tomuben commented Dec 30, 2021

No description provided.

@tomuben tomuben requested a review from tkilias January 3, 2022 13:46
if [ -n "$POETRY_BIN" ]
then
PYTHONPATH=$SCRIPT_DIR/../.. $POETRY_BIN run python3 -u $SCRIPT_DIR/check_release.py
PYTHONPATH="$SCRIPT_DIR/../.." $POETRY_BIN run python3 -u "$SCRIPT_DIR/check_release.py"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PYTHONPATH="$SCRIPT_DIR/../.." $POETRY_BIN run python3 -u "$SCRIPT_DIR/check_release.py"
PYTHONPATH="$SCRIPT_DIR/../.." "$POETRY_BIN" run python3 -u "$SCRIPT_DIR/check_release.py"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

1. Added motivation for ignoring specific rules.
2. Added quotes in check_release.sh
@tomuben tomuben merged commit a0b1a3c into main Jan 6, 2022
@tomuben tomuben deleted the ci/#31_setup_shellcheck_for_the_starter_scripts branch January 6, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants