File tree 2 files changed +36
-22
lines changed
2 files changed +36
-22
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
-
23
23
name : Run Labeler
24
- uses : crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7
24
+ uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916
25
25
with :
26
26
github-token : ${{ secrets.GITHUB_TOKEN }}
27
27
yaml-file : .github/labels.yml
Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
run :
2
3
tests : false
3
- timeout : 10m
4
-
5
- linters-settings :
6
- revive :
7
- rules :
8
- - name : unused-parameter
9
- severity : warning
10
- disabled : true
11
-
12
- gomoddirectives :
13
- replace-allow-list :
14
- - github.com/linode/linodego
15
-
16
- govet :
17
- disable :
18
- - shadow
19
- dupl :
20
- threshold : 100
21
-
22
4
linters :
23
- fast : false
5
+ enable :
6
+ - gosec
7
+ settings :
8
+ dupl :
9
+ threshold : 100
10
+ gomoddirectives :
11
+ replace-allow-list :
12
+ - github.com/linode/linodego
13
+ govet :
14
+ disable :
15
+ - shadow
16
+ revive :
17
+ rules :
18
+ - name : unused-parameter
19
+ severity : warning
20
+ disabled : true
21
+ exclusions :
22
+ generated : lax
23
+ presets :
24
+ - comments
25
+ - common-false-positives
26
+ - legacy
27
+ - std-error-handling
28
+ paths :
29
+ - third_party$
30
+ - builtin$
31
+ - examples$
32
+ formatters :
24
33
enable :
25
34
- gofumpt
26
35
- goimports
27
- - gosec
36
+ exclusions :
37
+ generated : lax
38
+ paths :
39
+ - third_party$
40
+ - builtin$
41
+ - examples$
You can’t perform that action at this time.
0 commit comments