Skip to content

fix: address shellcheck warnings in create-adaptation-pr.sh#1624

Merged
fgdorais merged 1 commit intomainfrom
fix-shellcheck-warnings
Jan 23, 2026
Merged

fix: address shellcheck warnings in create-adaptation-pr.sh#1624
fgdorais merged 1 commit intomainfrom
fix-shellcheck-warnings

Conversation

@kim-em
Copy link
Copy Markdown
Collaborator

@kim-em kim-em commented Jan 23, 2026

This PR addresses all shellcheck warnings in scripts/create-adaptation-pr.sh:

  • Quote variables to prevent globbing/word splitting (SC2086)
  • Use $(...) instead of legacy backticks (SC2006)
  • Add -r flag to read commands (SC2162)

Related PRs:

🤖 Prepared with Claude Code

@github-actions github-actions bot added the awaiting-review This PR is ready for review; the author thinks it is ready to be merged. label Jan 23, 2026
ghost pushed a commit to leanprover-community/mathlib4-nightly-testing that referenced this pull request Jan 23, 2026
Addresses all shellcheck warnings in `scripts/create-adaptation-pr.sh`:

- Quote variables to prevent globbing/word splitting (SC2086)
- Use `$(...)` instead of legacy backticks (SC2006)
- Add `-r` flag to `read` commands (SC2162)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@kim-em kim-em force-pushed the fix-shellcheck-warnings branch from d551267 to 51fd6a3 Compare January 23, 2026 00:38
@ghost ghost added the builds-mathlib label Jan 23, 2026
@ghost
Copy link
Copy Markdown

ghost commented Jan 23, 2026

Mathlib CI status (docs):

@fgdorais fgdorais added this pull request to the merge queue Jan 23, 2026
Merged via the queue into main with commit 407d9b6 Jan 23, 2026
2 checks passed
@github-actions github-actions bot removed the awaiting-review This PR is ready for review; the author thinks it is ready to be merged. label Jan 23, 2026
mathlib-bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jan 27, 2026
This PR addresses all shellcheck warnings in `scripts/create-adaptation-pr.sh`:

- Quote variables to prevent globbing/word splitting ([SC2086](https://www.shellcheck.net/wiki/SC2086))
- Use `$(...)` instead of legacy backticks ([SC2006](https://www.shellcheck.net/wiki/SC2006))
- Add `-r` flag to `read` commands ([SC2162](https://www.shellcheck.net/wiki/SC2162))

**Related PRs:**
- leanprover/cslib#203 (cslib)
- leanprover-community/batteries#1624 (batteries)

🤖 Prepared with Claude Code
YellPika pushed a commit to YellPika/mathlib4 that referenced this pull request Feb 3, 2026
…er-community#34286)

This PR addresses all shellcheck warnings in `scripts/create-adaptation-pr.sh`:

- Quote variables to prevent globbing/word splitting ([SC2086](https://www.shellcheck.net/wiki/SC2086))
- Use `$(...)` instead of legacy backticks ([SC2006](https://www.shellcheck.net/wiki/SC2006))
- Add `-r` flag to `read` commands ([SC2162](https://www.shellcheck.net/wiki/SC2162))

**Related PRs:**
- leanprover/cslib#203 (cslib)
- leanprover-community/batteries#1624 (batteries)

🤖 Prepared with Claude Code
fgdorais pushed a commit that referenced this pull request Feb 26, 2026
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.

2 participants