Skip to content

Commit 5bbd356

Browse files
dependabot[bot]ldez
authored andcommitted
build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.19.0 to 1.19.1 (golangci#3242)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 935a194 commit 5bbd356

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
@@ -1764,37 +1764,37 @@ linters-settings:
17641764
begin: false
17651765

17661766
usestdlibvars:
1767-
# Suggest the use of http.MethodXX
1767+
# Suggest the use of http.MethodXX.
17681768
# Default: true
17691769
http-method: false
1770-
# Suggest the use of http.StatusXX
1770+
# Suggest the use of http.StatusXX.
17711771
# Default: true
17721772
http-status-code: false
1773-
# Suggest the use of time.Weekday.String()
1773+
# Suggest the use of time.Weekday.String().
17741774
# Default: true
17751775
time-weekday: true
1776-
# Suggest the use of time.Month.String()
1776+
# Suggest the use of time.Month.String().
17771777
# Default: false
17781778
time-month: true
1779-
# Suggest the use of time.Layout
1779+
# Suggest the use of time.Layout.
17801780
# Default: false
17811781
time-layout: true
1782-
# Suggest the use of crypto.Hash.String()
1782+
# Suggest the use of crypto.Hash.String().
17831783
# Default: false
17841784
crypto-hash: true
1785-
# Suggest the use of rpc.DefaultXXPath
1785+
# Suggest the use of rpc.DefaultXXPath.
17861786
# Default: false
17871787
default-rpc-path: true
1788-
# Suggest the use of os.DevNull
1788+
# Suggest the use of os.DevNull.
17891789
# Default: false
17901790
os-dev-null: true
1791-
# Suggest the use of sql.LevelXX.String()
1791+
# Suggest the use of sql.LevelXX.String().
17921792
# Default: false
17931793
sql-isolation-level: true
1794-
# Suggest the use of tls.SignatureScheme.String()
1794+
# Suggest the use of tls.SignatureScheme.String().
17951795
# Default: false
17961796
tls-signature-scheme: true
1797-
# suggest the use of constant.Kind.String()
1797+
# Suggest the use of constant.Kind.String().
17981798
# Default: false
17991799
constant-kind: true
18001800

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)