From b140bae0ea4d0949708608bdc440460a8dcd8df0 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 10 Mar 2023 18:55:50 +0200 Subject: [PATCH] docs: remove description for deprecated "go" option --- .golangci.reference.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.golangci.reference.yml b/.golangci.reference.yml index 4a2c21e67760..77605c3697cd 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -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" @@ -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 @@ -1685,8 +1681,6 @@ 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 @@ -1694,8 +1688,6 @@ linters-settings: 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