-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Rationale for this change shellcheck is a shell linter. It will find some potential problems in CI. ### What changes are included in this PR? * Add a shellcheck entry to `.pre-commit-config.yaml` * Enable shellcheck lint only for `ci/scripts/c_glib_build.sh` We should enable shellcheck lint for all shell scripts eventually. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #43080 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters