Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit654c2f4

Browse files
harjotgilltyaga001
authored andcommitted
fix path instructions example
1 parent69701dd commit654c2f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎docs/guides/configure-coderabbit.md‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 7 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp