Skip to content

Commit f50bf37

Browse files
refactor: merge redundant path entries in .coderabbit.yaml
- Combine identical instructions for *.md and docs/**/* into single entry - Use **/*.md pattern to cover all markdown files - Remove duplication while preserving all review instructions
1 parent 0bb6ac3 commit f50bf37

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.coderabbit.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,8 @@ reviews:
5858
- Dependabot configuration
5959
- Security scanning setup
6060
61-
# Documentation
62-
- path: "*.md"
63-
instructions: |
64-
Focus on:
65-
- Clarity and completeness
66-
- Up-to-date information
67-
- Proper markdown formatting
68-
- Security policy accuracy
69-
- Contribution guidelines
70-
71-
- path: "docs/**/*"
61+
# Documentation (markdown files in root and docs directory)
62+
- path: "**/*.md"
7263
instructions: |
7364
Focus on:
7465
- Clarity and completeness

0 commit comments

Comments
 (0)