Skip to content

Commit 7ea8e96

Browse files
committed
chore(lint): fix golangci config
1 parent fed55dc commit 7ea8e96

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.golangci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,19 @@ linters:
115115
- errchkjson
116116
- errname
117117
- errorlint
118-
- execinquery
119118
- exhaustive
120-
- exportloopref
121119
- funlen
122120
- gci
123121
- gocognit
124122
- goconst
125123
- gocritic
126124
- gocyclo
127125
# - godox
128-
- goerr113
126+
- err113
129127
- gofmt
130128
- goheader
131129
- goimports
132-
- gomnd
130+
- mnd
133131
- gomoddirectives
134132
- gomodguard
135133
- goprintffuncname
@@ -160,7 +158,6 @@ linters:
160158
- sqlclosecheck
161159
- staticcheck
162160
- stylecheck
163-
- tenv
164161
- testableexamples
165162
#- testpackage
166163
- thelper

0 commit comments

Comments
 (0)