Skip to content

Commit 349dca2

Browse files
committed
Test pre-commit hook with fixes
1 parent 85db2ab commit 349dca2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1212

1313
These requirements are non-negotiable. CI will fail if not followed.
1414

15+
**🚀 RECOMMENDED: Install Git hooks to automate these checks:**
16+
17+
```bash
18+
./bin/install-git-hooks
19+
```
20+
21+
This will automatically run linting on all files changed in your branch before each commit.
22+
1523
## Development Commands
1624

1725
### Essential Commands

test-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Testing pre-commit hook

0 commit comments

Comments
 (0)