Skip to content

Commit 1f9a5e8

Browse files
committed
Update .golangci.yml
1 parent 2668b3a commit 1f9a5e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.golangci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ linters:
2323
- dogsled
2424
- dupl
2525
- errcheck
26+
- exportloopref
2627
- gocognit
2728
- goconst
2829
- gocritic
@@ -36,14 +37,11 @@ linters:
3637
- gosimple
3738
- govet
3839
- ineffassign
39-
- interfacer
40-
- maligned
4140
- misspell
4241
- nestif
4342
- nolintlint
4443
- prealloc
4544
- rowserrcheck
46-
- scopelint
4745
- staticcheck
4846
- structcheck
4947
- stylecheck
@@ -65,7 +63,6 @@ issues:
6563
- goconst
6664
- gocyclo
6765
- gosec
68-
- maligned
6966
- structcheck
7067
- stylecheck
7168
- unused

0 commit comments

Comments
 (0)