File tree 2 files changed +4
-28
lines changed 2 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 33
33
run : make build
34
34
35
35
- name : golangci-lint
36
- uses : golangci/golangci-lint-action@v3
36
+ uses : golangci/golangci-lint-action@v4
37
37
with :
38
38
version : latest
39
+ skip-build-cache : true
40
+ skip-pkg-cache : true
39
41
40
42
- name : Test
41
43
run : make test
51
53
flags : unittests
52
54
name : codecov-umbrella
53
55
fail_ci_if_error : true
54
-
55
- golangci-lint :
56
- runs-on : ubuntu-latest
57
- steps :
58
- - uses : actions/checkout@v4
59
-
60
- - uses : actions/setup-go@v5
61
- with :
62
- go-version : stable
63
-
64
- - name : lint
65
- uses : golangci/golangci-lint-action@v4
66
- with :
67
- version : latest
68
- skip-build-cache : true
69
- skip-pkg-cache : true
Original file line number Diff line number Diff line change @@ -3,16 +3,6 @@ linters:
3
3
enable-all : true
4
4
disable :
5
5
- lll
6
- - golint
7
- - deadcode
8
- - maligned
9
- - scopelint
10
- - nosnakecase
11
- - exhaustivestruct
12
- - ifshort
13
- - varcheck
14
- - structcheck
15
- - interfacer
16
6
- gomodguard
17
7
- gochecknoglobals
18
8
- paralleltest
@@ -26,7 +16,7 @@ linters:
26
16
- gofumpt
27
17
- nonamedreturns
28
18
- cyclop
29
- - goerr113
19
+ - err113
30
20
- perfsprint
31
21
- tagliatelle
32
22
- wrapcheck
You can’t perform that action at this time.
0 commit comments