Process bootstrap with Shellcheck
This commit is contained in:
parent
08427328f9
commit
97b784d55d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ bats:
|
|||
shellcheck:
|
||||
@echo Running shellcheck
|
||||
@shellcheck --version || true
|
||||
@shellcheck -s bash yadm test/*.bash
|
||||
@shellcheck -s bash yadm bootstrap test/*.bash
|
||||
@cd test; \
|
||||
for bats_file in *bats; do \
|
||||
sed 's/^@test.*{/function test() {/' "$$bats_file" > "/tmp/$$bats_file.bash"; \
|
||||
|
|
Loading…
Reference in a new issue