forked from elanthia-online/lich-5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
34 lines (28 loc) · 848 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
34 lines (28 loc) · 848 Bytes
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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
inheritance: true
reviews:
auto_review:
enabled: false
auto_incremental_review: false
drafts: false
base_branches: []
pre_merge_checks:
docstrings:
mode: warning
threshold: 60
path_instructions:
- path: "spec/**/*.rb"
instructions: >
These are RSpec spec files. Do not evaluate or report missing YARD
docstrings. RSpec describe, context, and it text is the documentation
for spec behavior. Exclude these files from the docstring coverage
percentage entirely.
code_generation:
docstrings:
path_instructions:
- path: "spec/**/*.rb"
instructions: >
Do not generate YARD docstrings for RSpec spec files.
chat:
art: false
allow_non_org_members: false