-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathgreptile.json
More file actions
31 lines (31 loc) · 956 Bytes
/
greptile.json
File metadata and controls
31 lines (31 loc) · 956 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
{
"triggerOnUpdates": true,
"statusCommentsEnabled": false,
"statusCheck": true,
"shouldUpdateDescription": false,
"updateExistingSummaryComment": true,
"fixWithAI": true,
"strictness": 3,
"commentTypes": ["logic"],
"instructions": "Do not suggest defensive coding patterns such as adding error handling, null checks, try/catch blocks, or input validation unless there is a concrete, demonstrable bug. Focus on logic errors, correctness issues, and actual bugs. Do not suggest adding logging, comments, or docstrings.",
"summarySection": {
"included": true,
"collapsible": false,
"defaultOpen": false
},
"issuesTableSection": {
"included": true,
"collapsible": false,
"defaultOpen": false
},
"confidenceScoreSection": {
"included": true,
"collapsible": true,
"defaultOpen": true
},
"sequenceDiagramSection": {
"included": true,
"collapsible": true,
"defaultOpen": false
}
}