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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/revive.go

Lines changed: 0 additions & 1 deletion
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)