File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
run :
2
2
tests : false
3
+ issues-exit-code : 0
3
4
4
5
issues :
5
6
include :
@@ -14,34 +15,26 @@ issues:
14
15
15
16
linters :
16
17
enable :
17
- # - dupl
18
18
- exhaustive
19
- # - exhaustivestruct
20
19
- goconst
21
- # - godot
20
+ - godot
22
21
- godox
23
- - gomnd
22
+ - mnd
24
23
- gomoddirectives
25
24
- goprintffuncname
26
- # - ifshort
27
- # - lll
28
25
- misspell
29
26
- nakedret
30
27
- nestif
31
28
- noctx
32
29
- nolintlint
33
30
- prealloc
34
- # - wrapcheck
31
+ - wrapcheck
35
32
36
33
# disable default linters, they are already enabled in .golangci.yml
37
34
disable :
38
- - deadcode
39
35
- errcheck
40
36
- gosimple
41
37
- govet
42
38
- ineffassign
43
39
- staticcheck
44
- - structcheck
45
- - typecheck
46
40
- unused
47
- - varcheck
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ issues:
15
15
linters :
16
16
enable :
17
17
- bodyclose
18
+ - gofumpt
18
19
- goimports
19
20
- gosec
20
21
- nilerr
21
- - predeclared
22
22
- revive
23
23
- rowserrcheck
24
24
- sqlclosecheck
You can’t perform that action at this time.
0 commit comments