Skip to content

Commit d913078

Browse files
build(deps): bump github.com/mgechev/revive from 1.0.8 to 1.0.9 (#2113)
1 parent 36aa124 commit d913078

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/mattn/go-colorable v0.1.8
5050
github.com/mbilski/exhaustivestruct v1.2.0
5151
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
52-
github.com/mgechev/revive v1.0.8
52+
github.com/mgechev/revive v1.0.9
5353
github.com/mitchellh/go-homedir v1.1.0
5454
github.com/mitchellh/go-ps v1.0.0
5555
github.com/moricho/tparallel v0.2.1

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/revive.go

-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ var defaultRules = []lint.Rule{
244244
&rule.ExportedRule{},
245245
&rule.VarNamingRule{},
246246
&rule.IndentErrorFlowRule{},
247-
&rule.IfReturnRule{},
248247
&rule.RangeRule{},
249248
&rule.ErrorfRule{},
250249
&rule.ErrorNamingRule{},

0 commit comments

Comments
 (0)