Skip to content

Commit b74b52d

Browse files
committed
remove deprecated linters from golangci-lint
1 parent 1b8a659 commit b74b52d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ linters:
167167
- gosimple
168168
- govet
169169
- ineffassign
170-
- megacheck
171170
- misspell # Check code comments, whereas misspell in CI checks *.md files
172171
- nakedret
173172
- staticcheck
@@ -182,13 +181,9 @@ linters:
182181
- gochecknoinits
183182
- gocritic
184183
- gofmt
185-
- golint
186184
- gosec # Should turn back on soon
187-
- interfacer
188185
- lll
189-
- maligned
190186
- prealloc # Should turn back on soon
191-
- scopelint
192187
- stylecheck
193188
- typecheck # Should turn back on soon
194189
- unconvert # Should turn back on soon

0 commit comments

Comments
 (0)