-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
github_linter.example.json
56 lines (55 loc) · 1.12 KB
/
github_linter.example.json
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
{
"github" : {
"token" : "blah"
},
"linter": {
"owner_list": [
"yaleman"
],
"check_forks": false
},
"generic": {
"funding": {
"github": "yaleman",
"custom": [
"http://buymeacoffee.com/yaleman"
]
}
},
"codeowners": {
"codeowners": {
"*": "@yaleman"
}
},
"pyproject.toml": {
"authors": [
{
"name": "James Hodgkinson",
"email": "[email protected]"
},
{
"name": "James Hodgkinson",
"email": "[email protected]"
}
]
},
"pylintrc": {
"pylintrc": {
"max_line_length": 200,
"disable": [
"W0511"
]
}
},
"terraform": {
"minimum_terraform_version": "0.15"
},
"dependabot": {
"schedule": {
"interval": "weekly",
"day" : "saturday",
"time" : "02:00",
"timezone": "Australia/Brisbane"
}
}
}