Commit d7c1ab4
authored
fix: switch shellcheck to local system hook, drop Docker dependency (#3)
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.1 parent 5764873 commit d7c1ab4
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments