File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ updates:
37
37
patterns :
38
38
- " github.com/stretchr/testify"
39
39
40
- golang. org-dependencies :
40
+ golang- org-dependencies :
41
41
patterns :
42
42
- " golang.org/*"
43
43
Original file line number Diff line number Diff line change 35
35
GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
36
36
37
37
- name : Auto-merge dependabot PRs for golang.org updates
38
- if : contains(steps.metadata.outputs.dependency-group, 'golang. org-dependencies')
38
+ if : contains(steps.metadata.outputs.dependency-group, 'golang- org-dependencies')
39
39
run : gh pr merge --auto --rebase "$PR_URL"
40
40
env :
41
41
PR_URL : ${{github.event.pull_request.html_url}}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ linters:
16
16
- godox
17
17
- gosmopolitan
18
18
- inamedparam
19
+ - intrange # disabled while < go1.22
19
20
- ireturn
20
21
- lll
21
22
- musttag
@@ -63,3 +64,12 @@ formatters:
63
64
- third_party$
64
65
- builtin$
65
66
- examples$
67
+ issues :
68
+ # Maximum issues count per one linter.
69
+ # Set to 0 to disable.
70
+ # Default: 50
71
+ max-issues-per-linter : 0
72
+ # Maximum count of issues with the same text.
73
+ # Set to 0 to disable.
74
+ # Default: 3
75
+ max-same-issues : 0
You can’t perform that action at this time.
0 commit comments