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

chore: fix shellcheck 1091 for all scripts #1338

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

BradLugo
Copy link
Contributor

@BradLugo BradLugo commented Dec 1, 2023

Description

These changes fix shellcheck 1091 for all scripts. An important side effect is you can use the Bash LSP to go to functions in scripts.

Testing Performed

You can check all .sh files that violate SC1091 using the following command:

find . -type f -name "*.sh" -execdir shellcheck -i SC1091 -P SCRIPTDIR -x {} \;

No violations appear after these changes.

@BradLugo BradLugo requested a review from a team December 1, 2023 23:09
@ghost
Copy link

ghost commented Dec 1, 2023

Images are ready for the commit at 5b8c4d9.

To use the images, use the tag 2.31.x-58-g5b8c4d9aeb.

@BradLugo BradLugo merged commit fe5f23d into master Dec 4, 2023
13 checks passed
@BradLugo BradLugo deleted the blugo/shellcheck-source branch December 4, 2023 19:20
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.

2 participants