Skip to content

Commit 10f5b9f

Browse files
committed
fix(lint): restore skills blanket exclusion and remove duplicate .factory entry
- Add '.claude/skills/**' to ignores: section to restore the blanket exclusion that was in the removed globs: block - Update stale comment that referenced 'glob pattern above' - Remove duplicate '.factory/**' entry (was at lines 113 and 122)
1 parent ea5b743 commit 10f5b9f

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ ignores:
119119
- "tmp/**"
120120
- "**/*.ps1"
121121
- "**/*.psm1"
122-
- ".factory/**"
123122

124123
# User instruction files - these are APPENDED to existing user files during installation
125124
# and cannot start with H1 (MD041). They are simple, controlled content that we manually
@@ -133,14 +132,8 @@ ignores:
133132
- "docs/autonomous-pr-monitor.md"
134133
- "docs/autonomous-issue-development.md"
135134

136-
# Skills treated as third-party plugins per PR #331 - excluded via glob pattern above
137-
# - ".claude/skills/adr-review/agent-prompts.md" # No longer needed with glob exclusion
138-
- ".claude/skills/decision-critic/**"
139-
- ".claude/skills/doc-sync/**"
140-
- ".claude/skills/incoherence/**"
141-
- ".claude/skills/programming-advisor/**"
142-
- ".claude/skills/prompt-engineer/**"
143-
- ".claude/skills/SkillForge/**"
135+
# Skills treated as third-party plugins per PR #331 - blanket exclusion
136+
- ".claude/skills/**"
144137

145138
# TEMPORARY: Agent definition files (.github/agents/*.agent.md) have pre-existing linting
146139
# issues being fixed in a separate PR. This exclusion unblocks PR #847.

0 commit comments

Comments
 (0)