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

Support for new shellcheck #2436

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Support for new shellcheck #2436

merged 2 commits into from
Jan 19, 2024

Conversation

dcermak
Copy link
Collaborator

@dcermak dcermak commented Jan 19, 2024

The ubuntu builders use Shellcheck 0.8.0, but 0.9.0 introduces additional errors. They are fixed/silenced via this PR.

It causes false positives in array expressions,
e.g. device_array[${device_index}]

(see: https://www.shellcheck.net/wiki/SC2004)
@Conan-Kudo Conan-Kudo merged commit ed55ef5 into main Jan 19, 2024
15 checks passed
@schaefi schaefi deleted the new-shellcheck branch February 1, 2024 08:34
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