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 <[email protected]>
1 parent a58dca5 commit 8301163

File tree

4 files changed

+29
-71
lines changed

4 files changed

+29
-71
lines changed

.golangci.reference.yml

+12
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

+4-4
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)