Skip to content
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

[TASK] Split COMMAND variable to be type strict #1415

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

cumuru
Copy link
Contributor

@cumuru cumuru commented Jul 31, 2024

This removes spellcheck warnings in current main branch.

@cumuru cumuru requested a review from oliverklee July 31, 2024 10:52
@cumuru cumuru self-assigned this Jul 31, 2024
@cumuru cumuru added the cleanup label Jul 31, 2024
@coveralls
Copy link

coveralls commented Jul 31, 2024

Pull Request Test Coverage Report for Build 10180071257

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 10178882397: 0.0%
Covered Lines: 46
Relevant Lines: 46

💛 - Coveralls

@cumuru cumuru force-pushed the frozen-runtest-tackling-shellcheck-issues branch from 9f7fbaa to 46ca83a Compare July 31, 2024 10:54
@oliverklee oliverklee added this to the 4.0.0: Breaking changes milestone Jul 31, 2024
COMMAND="npm $@"
${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} --name npm-command-${SUFFIX} ${IMAGE_NODE} /bin/sh -c "${COMMAND}"
COMMAND_PARTS=(npm "$@")
${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} --name npm-command-${SUFFIX} ${IMAGE_NODE} /bin/sh -c "${COMMAND_PARTS[@]}"
Copy link
Contributor

Choose a reason for hiding this comment

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

This change breaks this command:

./Build/Scripts/runTests.sh -s npm audit

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, thanks! Fixed.

@cumuru cumuru force-pushed the frozen-runtest-tackling-shellcheck-issues branch from 220f67e to fb9d70a Compare July 31, 2024 12:20
@oliverklee oliverklee merged commit 0dc3e82 into main Jul 31, 2024
54 checks passed
@oliverklee oliverklee deleted the frozen-runtest-tackling-shellcheck-issues branch July 31, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants