Skip to content

Commit 654c2f4

Browse files
harjotgilltyaga001
authored andcommitted
fix path instructions example
1 parent 69701dd commit 654c2f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/guides/configure-coderabbit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ reviews:
3333
review_status: true
3434
collapse_walkthrough: false
3535
path_filters:
36-
- "!**/.xml"
36+
- "!**/*.xml"
3737
path_instructions:
3838
- path: "**/*.js"
3939
instructions:

docs/guides/review-instructions.md

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ reviews:
4747
4848
## Abstract Syntax Tree (AST) based instructions {#ast-based}
4949
50+
CodeRabbit offers review instructions based on Abstract Syntax Tree (AST)
51+
patterns. Under the hood, CodeRabbit uses
52+
[`ast-grep`](https://ast-grep.github.io) to power this feature. `ast-grep` is
53+
written in Rust and uses the tree-sitter parser to generate the AST for popular
54+
languages. `ast-grep` is written and maintained by
55+
[Herrington Darkholme](https://twitter.com/hd_nvim).
56+
5057
:::note
5158

5259
The additional context provided by this feature is only available during the

0 commit comments

Comments
 (0)