Skip to content

Commit cfdef2c

Browse files
Add code guidelines description
1 parent b448a3c commit cfdef2c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/integrations/knowledge-base.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,21 @@ Or you can comment directly on some lines of code in the PR. `@coderabbitai do n
2222
Watch our [video walkthrough on learnings](https://www.youtube.com/watch?v=Yu0cmmOYA-U) for more information.
2323

2424
:::
25+
26+
## Code Guidelines {#code_guidelines}
27+
28+
CodeRabbit will analyse and learn from your organisation's code guidelines, which you can setup in the knowledge base section. These guidelines will then be used to conduct thorough code reviews.
29+
30+
These set of patterns are scanned by default.
31+
32+
```
33+
**/.cursorrules
34+
.github/copilot-instructions.md
35+
**/CLAUDE.md
36+
**/.cursor/rules/*
37+
**/.windsurfrules
38+
**/.clinerules/*
39+
**/.rules/*
40+
```
41+
42+
![Code guidelines image](/img/knowledge-base/code-guidelines.png)
67.5 KB
Loading

0 commit comments

Comments
 (0)