Skip to content

fixes: shellcheck bin/mise template + regen - #103

Merged
marlon-costa-dc merged 5 commits into
0.12.0-devfrom
chore/regen-20260923
Sep 23, 2026
Merged

marlon-costa-dc merged 5 commits into
0.12.0-devfrom
chore/regen-20260923

Conversation

@marlon-costa-dc

@marlon-costa-dc marlon-costa-dc commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Automated regeneration from template fix for shellcheck compliance in bin/mise bootstrap script.

This PR updates the generated bin/mise bootstrap script with shellcheck fixes:

  • Added braces around variable references (SC2250)
  • Fixed tilde expansion in quotes (SC2088)
  • Added default case to case statements (SC2249)
  • Fixed command masking issues (SC2312)
  • Removed self-assignment (SC2269)

Generated via make gen from fixed template in flext-infra.


Summary by cubic

Regenerates the repository from the fixed template: shellcheck compliance for the bin/mise bootstrap script and authenticated GitHub Actions docs jobs.

  • Fixes shellcheck violations (SC2250, SC2088, SC2249, SC2312, SC2269) in bin/mise and guards command substitutions with || true so failures don't abort under set -e.
  • Docs workflow now passes GITHUB_TOKEN and MISE_GITHUB_TOKEN to avoid unauthenticated API rate limits and removes the explicit Pages environment block.

Written for commit 37bc979. Summary will update on new commits.

Review in cubic

@sonarqubecloud

Copy link
Copy Markdown

@marlon-costa-dc
marlon-costa-dc merged commit 5162e88 into 0.12.0-dev Sep 23, 2026
8 of 9 checks passed
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.

1 participant