-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
94 lines (90 loc) · 2.16 KB
/
.coderabbit.yaml
File metadata and controls
94 lines (90 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# CodeRabbit Configuration for sequelizer
# Docs: https://docs.coderabbit.ai
language: "en-US"
early_access: false
enable_free_tier: true
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
high_level_summary_placeholder: "@coderabbitai summary"
review_status: true
collapse_walkthrough: false
sequence_diagrams: true
poem: false
path_filters: []
path_instructions:
- path: "lib/sequelizer/connection_maker.rb"
instructions: "This is the core connection factory. Verify all database adapter configurations are handled correctly."
- path: "lib/sequelizer/sequel_extensions/**"
instructions: "These extend Sequel ORM functionality. Ensure compatibility with all supported database adapters (PostgreSQL, Impala, Hive2, Athena, Spark)."
- path: "**/*.rb"
instructions: "This project uses Sequel ORM exclusively. Never suggest ActiveRecord patterns. All platform-specific code must use the supports_*/prefers_* pattern for feature detection."
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
drafts: false
base_branches:
- "main"
tools:
rubocop:
enabled: true
brakeman:
enabled: true
shellcheck:
enabled: true
yamllint:
enabled: true
gitleaks:
enabled: true
# Disable irrelevant tools
eslint:
enabled: false
biome:
enabled: false
phpstan:
enabled: false
phpmd:
enabled: false
phpcs:
enabled: false
golangci-lint:
enabled: false
swiftlint:
enabled: false
ruff:
enabled: false
flake8:
enabled: false
pylint:
enabled: false
clippy:
enabled: false
detekt:
enabled: false
buf:
enabled: false
clang:
enabled: false
cppcheck:
enabled: false
oxc:
enabled: false
fortitudeLint:
enabled: false
shopifyThemeCheck:
enabled: false
prismaLint:
enabled: false
knowledge_base:
opt_out: false
web_search:
enabled: true
code_guidelines:
enabled: true
filePatterns:
- "**/CLAUDE.md"
learnings:
scope: "auto"