File tree 4 files changed +18
-10
lines changed
4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 26
26
- uses : golangci/golangci-lint-action@v6
27
27
with :
28
28
version : ${{ steps.golangci-lint-version.outputs.GOLANGCI_LINT_VERSION }}
29
- args : --verbose --timeout 5m
29
+ verify : false
30
+ args : --verbose
Original file line number Diff line number Diff line change @@ -44,18 +44,25 @@ linters-settings:
44
44
line-length : 140
45
45
misspell :
46
46
locale : US
47
- tenv :
48
- all : true
47
+ usetesting :
48
+ context-background : true
49
+ context-todo : true
50
+ os-chdir : true
51
+ os-mkdir-temp : true
52
+ os-setenv : true
53
+ os-create-temp : true
54
+ os-temp-dir : true
49
55
50
56
linters :
51
57
enable-all : true
52
58
disable :
53
59
- depguard
54
- - exhaustruct
55
60
- err113
56
- - nonamedreturns
61
+ - exhaustruct
57
62
- gomnd
58
- - rowserrcheck
59
- - wastedassign
63
+ - nonamedreturns
60
64
- paralleltest
65
+ - rowserrcheck
66
+ - tenv
61
67
- testpackage
68
+ - wastedassign
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/alexandear/import-gitlab-commits/tools
3
3
go 1.22
4
4
toolchain go1.24.1
5
5
6
- require github.com/golangci/golangci-lint v1.64.7
6
+ require github.com/golangci/golangci-lint v1.64.8
Original file line number Diff line number Diff line change 1
- github.com/golangci/golangci-lint v1.64.7 h1:Xk1EyxoXqZabn5b4vnjNKSjCx1whBK53NP+mzLfX7HA =
2
- github.com/golangci/golangci-lint v1.64.7 /go.mod h1:5cEsUQBSr6zi8XI8OjmcY2Xmliqc4iYL7YoPrL+zLJ4 =
1
+ github.com/golangci/golangci-lint v1.64.8 h1:y5TdeVidMtBGG32zgSC7ZXTFNHrsJkDnpO4ItB3Am+I =
2
+ github.com/golangci/golangci-lint v1.64.8 /go.mod h1:5cEsUQBSr6zi8XI8OjmcY2Xmliqc4iYL7YoPrL+zLJ4 =
You can’t perform that action at this time.
0 commit comments