Skip to content

Commit d1dc9ae

Browse files
build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.19.0 to 1.19.1 (#3242)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent c78bc23 commit d1dc9ae

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.golangci.reference.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,37 +1739,37 @@ linters-settings:
17391739
begin: false
17401740

17411741
usestdlibvars:
1742-
# Suggest the use of http.MethodXX
1742+
# Suggest the use of http.MethodXX.
17431743
# Default: true
17441744
http-method: false
1745-
# Suggest the use of http.StatusXX
1745+
# Suggest the use of http.StatusXX.
17461746
# Default: true
17471747
http-status-code: false
1748-
# Suggest the use of time.Weekday.String()
1748+
# Suggest the use of time.Weekday.String().
17491749
# Default: true
17501750
time-weekday: true
1751-
# Suggest the use of time.Month.String()
1751+
# Suggest the use of time.Month.String().
17521752
# Default: false
17531753
time-month: true
1754-
# Suggest the use of time.Layout
1754+
# Suggest the use of time.Layout.
17551755
# Default: false
17561756
time-layout: true
1757-
# Suggest the use of crypto.Hash.String()
1757+
# Suggest the use of crypto.Hash.String().
17581758
# Default: false
17591759
crypto-hash: true
1760-
# Suggest the use of rpc.DefaultXXPath
1760+
# Suggest the use of rpc.DefaultXXPath.
17611761
# Default: false
17621762
default-rpc-path: true
1763-
# Suggest the use of os.DevNull
1763+
# Suggest the use of os.DevNull.
17641764
# Default: false
17651765
os-dev-null: true
1766-
# Suggest the use of sql.LevelXX.String()
1766+
# Suggest the use of sql.LevelXX.String().
17671767
# Default: false
17681768
sql-isolation-level: true
1769-
# Suggest the use of tls.SignatureScheme.String()
1769+
# Suggest the use of tls.SignatureScheme.String().
17701770
# Default: false
17711771
tls-signature-scheme: true
1772-
# suggest the use of constant.Kind.String()
1772+
# Suggest the use of constant.Kind.String().
17731773
# Default: false
17741774
constant-kind: true
17751775

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ require (
7979
github.com/ryanrolds/sqlclosecheck v0.3.0
8080
github.com/sanposhiho/wastedassign/v2 v2.0.6
8181
github.com/sashamelentyev/interfacebloat v1.1.0
82-
github.com/sashamelentyev/usestdlibvars v1.19.0
82+
github.com/sashamelentyev/usestdlibvars v1.19.1
8383
github.com/securego/gosec/v2 v2.13.1
8484
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
8585
github.com/shirou/gopsutil/v3 v3.22.8

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.

0 commit comments

Comments
 (0)