Skip to content

Commit

Permalink
docs: remove description for deprecated "go" option (#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Mar 10, 2023
1 parent 55d800e commit 28a94fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,6 @@ linters-settings:
replacement: 'a[b:]'

gofumpt:
# Select the Go version to target.
# Default: "1.15"
# Deprecated: use the global `run.go` instead.
lang-version: "1.17"

Expand Down Expand Up @@ -770,8 +768,6 @@ linters-settings:
local_replace_directives: false

gosimple:
# Select the Go version to target.
# Default: 1.13
# Deprecated: use the global `run.go` instead.
go: "1.15"
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
Expand Down Expand Up @@ -1685,17 +1681,13 @@ linters-settings:
- github.com/jmoiron/sqlx

staticcheck:
# Select the Go version to target.
# Default: "1.13"
# Deprecated: use the global `run.go` instead.
go: "1.15"
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"]
checks: [ "all" ]

stylecheck:
# Select the Go version to target.
# Default: 1.13
# Deprecated: use the global `run.go` instead.
go: "1.15"
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
Expand Down

0 comments on commit 28a94fd

Please sign in to comment.