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 v0.10.0 linters rules #753

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

MaxymVlasov
Copy link
Collaborator

Description of your changes

Should not change anything, as it just make happy shellcheck v0.10.0 about this particular line

In hooks/_common.sh line 142:
        ARGS[$arg_idx]=$arg
             ^------^ SC2004 (style): $/${} is unnecessary on arithmetic variables.

For more information:
  https://www.shellcheck.net/wiki/SC2004 -- $/${} is unnecessary on arithmeti...

found in Linters check for unrelated PR #737, as it uses ubutntu24.04, and no matter that shellcheck recommend install itself by apt, it contains outdated version for most OSes, IE, ubuntu22.04 uses 0.8.0, when latest one is 0.10.0

Actually, we can do it as PATCH release, but I am not sure is it worst it.

@MaxymVlasov MaxymVlasov merged commit 2e6b270 into master Jan 14, 2025
63 checks passed
@MaxymVlasov MaxymVlasov deleted the fix/shellcheck_0.10.0_rules branch January 14, 2025 19:06
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