File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:recommended"
4
+ " config:recommended" ,
5
+ " config:best-practices"
5
6
]
6
7
}
Original file line number Diff line number Diff line change
1
+ run :
2
+ timeout : 5m
3
+
1
4
linters-settings :
2
5
dupl :
3
6
threshold : 100
@@ -21,12 +24,8 @@ linters-settings:
21
24
- whyNoLint
22
25
gocyclo :
23
26
min-complexity : 15
24
- golint :
25
- min-confidence : 0
26
27
lll :
27
28
line-length : 140
28
- maligned :
29
- suggest-new : true
30
29
misspell :
31
30
locale : US
32
31
@@ -38,7 +37,6 @@ linters:
38
37
- bodyclose
39
38
- dogsled
40
39
- errcheck
41
- - exportloopref
42
40
- funlen
43
41
- goconst
44
42
- gocritic
@@ -69,6 +67,3 @@ issues:
69
67
- path : _test\.go
70
68
linters :
71
69
- funlen
72
-
73
- run :
74
- timeout : 2m
You can’t perform that action at this time.
0 commit comments