Skip to content

Commit

Permalink
Merge branch 'golangci:master' into adddupword
Browse files Browse the repository at this point in the history
  • Loading branch information
Abirdcfly committed Sep 15, 2022
2 parents 8ef3cd4 + 5967201 commit 55868eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.reference.yml
Expand Up @@ -743,7 +743,7 @@ linters-settings:
# Default: 1.13
# Deprecated: use the global `run.go` instead.
go: "1.15"
# https://staticcheck.io/docs/configuration/options/#checks
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"]
checks: [ "all" ]

Expand Down Expand Up @@ -1638,7 +1638,7 @@ linters-settings:
# Default: "1.13"
# Deprecated: use the global `run.go` instead.
go: "1.15"
# https://staticcheck.io/docs/configuration/options/#checks
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"]
checks: [ "all" ]

Expand All @@ -1647,7 +1647,7 @@ linters-settings:
# Default: 1.13
# Deprecated: use the global `run.go` instead.
go: "1.15"
# https://staticcheck.io/docs/configuration/options/#checks
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"]
checks: [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
# https://staticcheck.io/docs/configuration/options/#dot_import_whitelist
Expand Down

0 comments on commit 55868eb

Please sign in to comment.