forked from NVIDIA/physicsnemo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgreptile.json
More file actions
59 lines (59 loc) · 1.21 KB
/
greptile.json
File metadata and controls
59 lines (59 loc) · 1.21 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
{
"comment": "",
"fixWithAI": false,
"commentTypes": [
"logic",
"syntax",
"style"
],
"instructions": "",
"excludeAuthors": [
"dependabot[bot]",
"renovate[bot]"
],
"ignorePatterns": "greptile.json\n",
"summarySection": {
"included": true,
"collapsible": false,
"defaultOpen": false
},
"triggerOnUpdates": false,
"updateSummaryOnly": false,
"issuesTableSection": {
"included": true,
"collapsible": false,
"defaultOpen": false
},
"confidenceScoreSection": {
"included": false,
"collapsible": false,
"defaultOpen": false
},
"sequenceDiagramSection": {
"included": false,
"collapsible": false,
"defaultOpen": false
},
"shouldUpdateDescription": false,
"customContext": {
"other": [
{
"scope": [],
"content": ""
}
],
"rules": [
{
"scope": [],
"rule": ""
}
],
"files": [
{
"scope": [],
"path": "CODING_STANDARDS/MODELS_IMPLEMENTATION.md",
"description": "List of coding standards and rules when editing any model code (new or existing). Typically applies to any model classes definition in python module file."
}
]
}
}