Skip to content

Commit 766f828

Browse files
authored
GODRIVER-2642 Enable the exportloopref linter. (#1134)
1 parent 63d46a3 commit 766f828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ linters:
77
enable:
88
- errcheck
99
# - errorlint
10+
- exportloopref
1011
- gocritic
1112
- goimports
1213
- gosimple

0 commit comments

Comments
 (0)