File tree 1 file changed +27
-14
lines changed
1 file changed +27
-14
lines changed Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
run :
2
3
build-tags :
3
4
- build
4
5
- containers_image_openpgp
5
- timeout : 10m
6
-
7
6
linters :
8
7
enable :
8
+ - gocritic
9
+ - gosec
10
+ - misspell
9
11
- errcheck
10
- - goimports
11
12
- gofmt
12
13
- gosec
13
- - gocritic
14
- - unused
15
- - misspell
16
- - revive
17
-
18
- issues :
19
- exclude-rules :
20
- - path : ' test/*'
21
- text : ' dot-imports: should not use dot imports'
22
- linters :
23
- - revive
14
+ - goimports
15
+ # - revive # revive is flagging ginkgo and gomega dot-imports
16
+ exclusions :
17
+ generated : lax
18
+ presets :
19
+ - comments
20
+ - common-false-positives
21
+ - legacy
22
+ - std-error-handling
23
+ paths :
24
+ - third_party$
25
+ - builtin$
26
+ - examples$
27
+ formatters :
28
+ enable :
29
+ - gofmt
30
+ - goimports
31
+ exclusions :
32
+ generated : lax
33
+ paths :
34
+ - third_party$
35
+ - builtin$
36
+ - examples$
You can’t perform that action at this time.
0 commit comments