al_sh_library
Categories:
al_sh_library
load("@com-alwaldend-git-src//bzl/macros:al_sh_library.bzl", "al_sh_library") al_sh_library(name, shfmt_src, editorconfig_src, shellcheck_src, run_args_src, visibility, **common_kwargs)
Create targets for a shell library
Targets:
- ${name}-shfmt-fix: executable to run shfmt
- ${name}-shfmt-test: test whether the script is formatted
- ${name}-shellcheck-test: shellcheck test
PARAMETERS