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

Commite8d261a

Browse files
Update schema.v2.json
1 parent228e9f5 commite8d261a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎static/schema/schema.v2.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,27 @@
10241024
"additionalProperties":false,
10251025
"default": {}
10261026
},
1027+
"code_guidelines": {
1028+
"type":"object",
1029+
"properties": {
1030+
"enabled": {
1031+
"type":"boolean",
1032+
"default":false,
1033+
"description":"Enabled | Enable CodeRabbit to enforce your organisation's coding standards during reviews."
1034+
},
1035+
"filePatterns": {
1036+
"type":"array",
1037+
"items": {
1038+
"type":"string"
1039+
},
1040+
"default": [],
1041+
"description":"File Patterns | Specify files for your coding guideline documents in this section. CodeRabbit will scan these files to understand your team's standards and apply them during code reviews. Multiple files supported. File names are case-sensitive. Common files like: (**/.cursorrules, .github/copilot-instructions.md, **/CLAUDE.md, **/.cursor/rules/*, **/.windsurfrules, **/.clinerules/*, **/.rules/*) are included by default."
1042+
}
1043+
},
1044+
"additionalProperties":false,
1045+
"default": {},
1046+
"description":"CodeRabbit will analyse and learn from your organisation's code guidelines, which you can mention in the file patterns section. These guidelines will then be used to conduct thorough code reviews."
1047+
},
10271048
"learnings": {
10281049
"type":"object",
10291050
"properties": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp