Commit 18e48e2
fix: correct glob patterns to match Ruby files in subdirectories
The glob patterns '*.rb' only match files in the root directory.
Changed to '**/*.rb' to properly match Ruby files in all subdirectories
like lib/, spec/, etc.
This ensures hooks run for files in subdirectories as intended.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8bade7e commit 18e48e2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments