Skip to content

Comments

Added shellcheck_aspect#46

Merged
aignas merged 1 commit intoaignas:mainfrom
UebelAndre:aspect
Feb 20, 2026
Merged

Added shellcheck_aspect#46
aignas merged 1 commit intoaignas:mainfrom
UebelAndre:aspect

Conversation

@UebelAndre
Copy link
Contributor

@UebelAndre UebelAndre commented Jan 14, 2026

This change adds the shellcheck_aspect rule for running shellcheck within an aspect.

To configure this the following should be added to a repo's .bazelrc

build --aspects=@rules_shellcheck//shellcheck:shellcheck_aspect.bzl%shellcheck_aspect
build --output_groups=+shellcheck_checks

Then any bazel build invocation will spawn Shellcheck actions for sh_binary, sh_test, and sh_library targets.

closes #23

@UebelAndre
Copy link
Contributor Author

@aignas friendly ping here.

Copy link
Owner

@aignas aignas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@aignas aignas merged commit c0bf5f8 into aignas:main Feb 20, 2026
3 of 4 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.

Write an aspect implementation for shellcheck rule

2 participants