Skip to content

Commit de51d6b

Browse files
justapithecusclaude
andcommitted
fix(lint): 🔧 exclude .claude/ from yamllint
yamllint -s . walks the entire directory tree including untracked .claude/worktrees/ which can contain YAML files with long lines. Add native ignore directive to .yamllint.yaml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c30bc46 commit de51d6b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.yamllint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
ignore: |
3+
.claude/
4+
25
extends: default
36

47
rules:

0 commit comments

Comments
 (0)