Skip to content

Commit 8301163

Browse files
build(deps): bump github.com/mgechev/revive from 1.3.4 to 1.3.5 (#4305)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent a58dca5 commit 8301163

File tree

4 files changed

+29
-71
lines changed

4 files changed

+29
-71
lines changed

.golangci.reference.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,6 +1643,18 @@ linters-settings:
16431643
disabled: false
16441644
arguments:
16451645
- "make"
1646+
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#enforce-repeated-arg-type-style
1647+
- name: enforce-repeated-arg-type-style
1648+
severity: warning
1649+
disabled: false
1650+
arguments:
1651+
- "short"
1652+
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#enforce-slice-style
1653+
- name: enforce-slice-style
1654+
severity: warning
1655+
disabled: false
1656+
arguments:
1657+
- "make"
16461658
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#error-naming
16471659
- name: error-naming
16481660
severity: warning

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ require (
7474
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
7575
github.com/mattn/go-colorable v0.1.13
7676
github.com/mbilski/exhaustivestruct v1.2.0
77-
github.com/mgechev/revive v1.3.4
77+
github.com/mgechev/revive v1.3.5
7878
github.com/mitchellh/go-homedir v1.1.0
7979
github.com/mitchellh/go-ps v1.0.0
8080
github.com/mitchellh/mapstructure v1.5.0
@@ -150,7 +150,7 @@ require (
150150
github.com/go-toolsmith/strparse v1.1.0 // indirect
151151
github.com/go-toolsmith/typep v1.1.0 // indirect
152152
github.com/gobwas/glob v0.2.3 // indirect
153-
github.com/golang/protobuf v1.5.2 // indirect
153+
github.com/golang/protobuf v1.5.3 // indirect
154154
github.com/google/go-cmp v0.6.0 // indirect
155155
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
156156
github.com/gostaticanalysis/comment v1.4.2 // indirect
@@ -176,7 +176,7 @@ require (
176176
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
177177
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
178178
github.com/shoenig/go-m1cpu v0.1.6 // indirect
179-
github.com/spf13/afero v1.8.2 // indirect
179+
github.com/spf13/afero v1.11.0 // indirect
180180
github.com/spf13/cast v1.5.0 // indirect
181181
github.com/spf13/jwalterweatherman v1.1.0 // indirect
182182
github.com/stretchr/objx v0.5.0 // indirect
@@ -194,7 +194,7 @@ require (
194194
golang.org/x/sync v0.5.0 // indirect
195195
golang.org/x/sys v0.15.0 // indirect
196196
golang.org/x/text v0.14.0 // indirect
197-
google.golang.org/protobuf v1.28.0 // indirect
197+
google.golang.org/protobuf v1.31.0 // indirect
198198
gopkg.in/ini.v1 v1.67.0 // indirect
199199
gopkg.in/yaml.v2 v2.4.0 // indirect
200200
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect

0 commit comments

Comments
 (0)