Skip to content

Commit

Permalink
build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.19.0…
Browse files Browse the repository at this point in the history
… to 1.19.1 (golangci#3242)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
2 people authored and SeigeC committed Apr 4, 2023
1 parent 935a194 commit 5bbd356
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .golangci.reference.yml
Expand Up @@ -1764,37 +1764,37 @@ linters-settings:
begin: false

usestdlibvars:
# Suggest the use of http.MethodXX
# Suggest the use of http.MethodXX.
# Default: true
http-method: false
# Suggest the use of http.StatusXX
# Suggest the use of http.StatusXX.
# Default: true
http-status-code: false
# Suggest the use of time.Weekday.String()
# Suggest the use of time.Weekday.String().
# Default: true
time-weekday: true
# Suggest the use of time.Month.String()
# Suggest the use of time.Month.String().
# Default: false
time-month: true
# Suggest the use of time.Layout
# Suggest the use of time.Layout.
# Default: false
time-layout: true
# Suggest the use of crypto.Hash.String()
# Suggest the use of crypto.Hash.String().
# Default: false
crypto-hash: true
# Suggest the use of rpc.DefaultXXPath
# Suggest the use of rpc.DefaultXXPath.
# Default: false
default-rpc-path: true
# Suggest the use of os.DevNull
# Suggest the use of os.DevNull.
# Default: false
os-dev-null: true
# Suggest the use of sql.LevelXX.String()
# Suggest the use of sql.LevelXX.String().
# Default: false
sql-isolation-level: true
# Suggest the use of tls.SignatureScheme.String()
# Suggest the use of tls.SignatureScheme.String().
# Default: false
tls-signature-scheme: true
# suggest the use of constant.Kind.String()
# Suggest the use of constant.Kind.String().
# Default: false
constant-kind: true

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -79,7 +79,7 @@ require (
github.com/ryanrolds/sqlclosecheck v0.3.0
github.com/sanposhiho/wastedassign/v2 v2.0.6
github.com/sashamelentyev/interfacebloat v1.1.0
github.com/sashamelentyev/usestdlibvars v1.19.0
github.com/sashamelentyev/usestdlibvars v1.19.1
github.com/securego/gosec/v2 v2.13.1
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
github.com/shirou/gopsutil/v3 v3.22.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bbd356

Please sign in to comment.