Skip to content

Commit 1b9c325

Browse files
authored
chore(lint): shellcheck the launchctl test mock (#124)
Every other script under tests/bin/ is linted; the launchctl mock added alongside `asimov doctor` was missed. Co-authored-by: django23 <827397+django23@users.noreply.github.com>
1 parent a35abbe commit 1b9c325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test-system-bash: ## Run Bats tests under the macOS system bash (3.2), as shippe
3838
@$(MAKE) --no-print-directory test BASH_BIN=/bin/bash
3939

4040
lint: ## Run Shellcheck on all shell scripts
41-
@shellcheck asimov scripts/install.sh scripts/install-remote.sh scripts/uninstall.sh scripts/prep-release.sh scripts/test.sh tests/test_helper.bash tests/bin/run-tests.sh tests/bin/tmutil tests/bin/mdfind
41+
@shellcheck asimov scripts/install.sh scripts/install-remote.sh scripts/uninstall.sh scripts/prep-release.sh scripts/test.sh tests/test_helper.bash tests/bin/run-tests.sh tests/bin/tmutil tests/bin/mdfind tests/bin/launchctl
4242

4343
check: test lint ## Run tests and linting
4444

0 commit comments

Comments
 (0)