Commit 6fb2cd6
chore(makefile): fix tab indent and add make -n pre-commit guard
The deploy-migrate recipe was indented with 8 spaces instead of a
tab, which would fail at parse time the next time the target ran.
The new make -n pre-commit hook catches this class of parse error
locally before it can land.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f443ef1 commit 6fb2cd6
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments