Commit 20f7d26
fix(qlty): escape curly braces in cookiecutter template exclusion pattern
The glob parser interprets `{}` as brace expansion syntax. Escape with
backslashes to match the literal directory name `{{cookiecutter.project_slug}}`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 229ce72 commit 20f7d26
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments