Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Conversation

gforsyth
Copy link
Contributor

shellcheck is a fast, static analysis tool for shell scripts. It's good at
flagging up unused variables, unintentional glob expansions, and other potential
execution and security headaches that arise from the wonders of bash (and
other shlangs).

This PR adds a pre-commit hook to run shellcheck on all of the sh-lang
files in the ci/ directory, and the changes requested by shellcheck to make
the existing files pass the check.

xref: rapidsai/build-planning#135

@gforsyth gforsyth requested a review from a team as a code owner February 10, 2025 18:54
@gforsyth gforsyth requested a review from AyodeAwe February 10, 2025 18:54
@gforsyth gforsyth added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Feb 10, 2025
@bdice bdice merged commit 68e63ae into rapidsai:main Feb 22, 2025
39 checks passed
@bdice bdice mentioned this pull request Mar 7, 2025
bdice added a commit that referenced this pull request Mar 7, 2025
This release updates some build and packaging scripts, and adds support
for Python 3.13.

Includes:
- #123 
- #124 
- #125 
- #126 
- #131
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants