tests: enable shellcheck for universe tests

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-06-09 15:46:55 -07:00
parent 5d2392b38c
commit 3339a351ed
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ cuelint: cuefmt
.PHONY: shellcheck
shellcheck:
shellcheck ./tests/*.bats ./tests/*.bash
shellcheck ./universe/*.bats ./universe/*.bash
.PHONY: lint
lint: shellcheck cuelint golint check-buildkit-version docslint