Skip to content

Commit dc260be

Browse files
authored
Add exportloopref linter (#1163)
1 parent fd0524f commit dc260be

File tree

5 files changed

+75
-41
lines changed

5 files changed

+75
-41
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ require (
2626
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
2727
github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
2828
github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
29+
github.com/kyoh86/exportloopref v0.1.4
2930
github.com/maratori/testpackage v1.0.1
3031
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
3132
github.com/mattn/go-colorable v0.1.6

0 commit comments

Comments
 (0)