Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 139a917

Browse files
harjotgilltyaga001
authored andcommittedOct 16, 2024
add quotes
1 parent 7d380fa commit 139a917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/guides/configure-coderabbit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ YAML settings:
7474

7575
```yaml
7676
path_filters:
77-
- !**/*.xml
78-
- !**/generated/**
77+
- "!**/*.xml"
78+
- "!**/generated/**"
7979
```
8080

8181
- **`path_instructions`**: Provides specific additional guidelines for code

0 commit comments

Comments
 (0)
Please sign in to comment.