File tree 2 files changed +28
-10
lines changed 2 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ jobs:
62
62
uses : golangci/golangci-lint-action@v7
63
63
with :
64
64
version : v2.0.2
65
- args : --timeout=30m --no-config --disable-all --enable=gofumpt --out-format=colored-line-number --build-tags "containers_image_storage_stub,containers_image_openpgp"
65
+ args : --timeout=30m --default none --output.text.path --output.text.print-linter-name --output.text.print-issued-lines --output.text.colors --build-tags "containers_image_storage_stub,containers_image_openpgp"
66
66
skip-cache : true
67
67
68
68
- name : golangci-lint
69
69
uses : golangci/golangci-lint-action@v7
70
70
with :
71
71
version : v2.0.2
72
- args : --timeout=30m --out-format=colored-line-number --build-tags "containers_image_storage_stub,containers_image_openpgp"
72
+ args : --timeout=30m --output.text.path --output.text.print-linter-name --output.text.print-issued-lines --output.text.colors --build-tags "containers_image_storage_stub,containers_image_openpgp"
73
73
skip-cache : true
74
74
75
75
- name : go generate
Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
run :
2
- timeout : 5m
3
3
issues-exit-code : 2
4
-
5
- issues :
6
- exclude-dirs :
7
- - tmp/
8
- - dist/
9
-
10
4
linters :
5
+ default : none
11
6
enable :
12
- - unparam
13
7
- misspell
8
+ - unparam
9
+ exclusions :
10
+ generated : lax
11
+ presets :
12
+ - comments
13
+ - common-false-positives
14
+ - legacy
15
+ - std-error-handling
16
+ paths :
17
+ - tmp/
18
+ - dist/
19
+ - third_party$
20
+ - builtin$
21
+ - examples$
22
+ formatters :
23
+ enable :
14
24
- gofumpt
25
+ exclusions :
26
+ generated : lax
27
+ paths :
28
+ - tmp/
29
+ - dist/
30
+ - third_party$
31
+ - builtin$
32
+ - examples$
You can’t perform that action at this time.
0 commit comments