docs: remove description for deprecated "go" option (#3667)
This commit is contained in:
parent
55d800ec12
commit
28a94fde5c
@ -625,8 +625,6 @@ linters-settings:
|
|||||||
replacement: 'a[b:]'
|
replacement: 'a[b:]'
|
||||||
|
|
||||||
gofumpt:
|
gofumpt:
|
||||||
# Select the Go version to target.
|
|
||||||
# Default: "1.15"
|
|
||||||
# Deprecated: use the global `run.go` instead.
|
# Deprecated: use the global `run.go` instead.
|
||||||
lang-version: "1.17"
|
lang-version: "1.17"
|
||||||
|
|
||||||
@ -770,8 +768,6 @@ linters-settings:
|
|||||||
local_replace_directives: false
|
local_replace_directives: false
|
||||||
|
|
||||||
gosimple:
|
gosimple:
|
||||||
# Select the Go version to target.
|
|
||||||
# Default: 1.13
|
|
||||||
# Deprecated: use the global `run.go` instead.
|
# Deprecated: use the global `run.go` instead.
|
||||||
go: "1.15"
|
go: "1.15"
|
||||||
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
|
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
|
||||||
@ -1685,8 +1681,6 @@ linters-settings:
|
|||||||
- github.com/jmoiron/sqlx
|
- github.com/jmoiron/sqlx
|
||||||
|
|
||||||
staticcheck:
|
staticcheck:
|
||||||
# Select the Go version to target.
|
|
||||||
# Default: "1.13"
|
|
||||||
# Deprecated: use the global `run.go` instead.
|
# Deprecated: use the global `run.go` instead.
|
||||||
go: "1.15"
|
go: "1.15"
|
||||||
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
|
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
|
||||||
@ -1694,8 +1688,6 @@ linters-settings:
|
|||||||
checks: [ "all" ]
|
checks: [ "all" ]
|
||||||
|
|
||||||
stylecheck:
|
stylecheck:
|
||||||
# Select the Go version to target.
|
|
||||||
# Default: 1.13
|
|
||||||
# Deprecated: use the global `run.go` instead.
|
# Deprecated: use the global `run.go` instead.
|
||||||
go: "1.15"
|
go: "1.15"
|
||||||
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
|
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user