File tree 2 files changed +20
-3
lines changed
2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -16,47 +16,64 @@ linters:
16
16
- deadcode
17
17
- dogsled
18
18
- dupl
19
+ - durationcheck
19
20
- exhaustive
20
21
- exportloopref
21
22
- gci
22
23
- goconst
23
24
- gofmt
24
- - gofumpt
25
25
- goimports
26
- - golint
26
+ - gomoddirectives
27
27
- goprintffuncname
28
28
- govet
29
+ - importas
29
30
- ineffassign
31
+ - makezero
30
32
- misspell
31
33
- nakedret
34
+ - nilerr
32
35
- noctx
33
36
- nolintlint
34
37
- prealloc
38
+ - predeclared
39
+ - revive
35
40
- rowserrcheck
36
41
- sqlclosecheck
37
42
- staticcheck
38
43
- structcheck
39
44
- stylecheck
45
+ - tparallel
40
46
- typecheck
41
47
- unconvert
42
48
- unparam
43
49
- unused
44
50
- varcheck
51
+ - wastedassign
45
52
- whitespace
46
53
47
54
# fixme
55
+ # - cyclop
48
56
# - errcheck
57
+ # - errorlint
58
+ # - exhaustivestruct
59
+ # - forbidigo
60
+ # - forcetypeassert
49
61
# - gochecknoglobals
50
62
# - gochecknoinits
51
63
# - gocognit
52
64
# - gocritic
53
65
# - gocyclo
54
66
# - godot
67
+ # - gofumpt
55
68
# - gosec
56
69
# - gosimple
70
+ # - ifshort
57
71
# - lll
58
72
# - nlreturn
73
+ # - paralleltest
59
74
# - scopelint
75
+ # - thelper
76
+ # - wrapcheck
60
77
61
78
# unused
62
79
# - depguard
Original file line number Diff line number Diff line change 16
16
17
17
# Dependency versions
18
18
GOTESTSUM_VERSION = 0.5.3
19
- GOLANGCI_VERSION = 1.31.0
19
+ GOLANGCI_VERSION = 1.40.1
20
20
21
21
# Add the ability to override some variables
22
22
# Use with care
You can’t perform that action at this time.
0 commit comments