File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments