Skip to content

fix: switch shellcheck to local system hook, drop Docker dependency#3

Merged
PKramek merged 1 commit intodevelopfrom
fix/shellcheck-no-docker
Apr 2, 2026
Merged

fix: switch shellcheck to local system hook, drop Docker dependency#3
PKramek merged 1 commit intodevelopfrom
fix/shellcheck-no-docker

Conversation

@PKramek
Copy link
Copy Markdown
Owner

@PKramek PKramek commented Apr 2, 2026

The shellcheck-precommit hook runs shellcheck inside Docker. When Docker Desktop is not running, every git push fails with a daemon connection error. Shellcheck is available locally via Homebrew so this switches to language: system instead.

The shellcheck-precommit hook launches shellcheck via Docker. When Docker
Desktop is not running, every git push fails with a Docker daemon error.
Shellcheck is available locally via Homebrew (v0.11.0), so use language:
system to call it directly — no daemon required.
@PKramek PKramek merged commit d7c1ab4 into develop Apr 2, 2026
30 of 31 checks passed
@PKramek PKramek deleted the fix/shellcheck-no-docker branch April 2, 2026 19:41
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.

1 participant