Skip to content

Commit 28a94fd

Browse files
authored
docs: remove description for deprecated "go" option (#3667)
1 parent 55d800e commit 28a94fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: .golangci.reference.yml

-8
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,6 @@ linters-settings:
625625
replacement: 'a[b:]'
626626

627627
gofumpt:
628-
# Select the Go version to target.
629-
# Default: "1.15"
630628
# Deprecated: use the global `run.go` instead.
631629
lang-version: "1.17"
632630

@@ -770,8 +768,6 @@ linters-settings:
770768
local_replace_directives: false
771769

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

16871683
staticcheck:
1688-
# Select the Go version to target.
1689-
# Default: "1.13"
16901684
# Deprecated: use the global `run.go` instead.
16911685
go: "1.15"
16921686
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
16931687
# Default: ["*"]
16941688
checks: [ "all" ]
16951689

16961690
stylecheck:
1697-
# Select the Go version to target.
1698-
# Default: 1.13
16991691
# Deprecated: use the global `run.go` instead.
17001692
go: "1.15"
17011693
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks

0 commit comments

Comments
 (0)