File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -625,8 +625,6 @@ linters-settings:
625
625
replacement : ' a[b:]'
626
626
627
627
gofumpt :
628
- # Select the Go version to target.
629
- # Default: "1.15"
630
628
# Deprecated: use the global `run.go` instead.
631
629
lang-version : " 1.17"
632
630
@@ -770,8 +768,6 @@ linters-settings:
770
768
local_replace_directives : false
771
769
772
770
gosimple :
773
- # Select the Go version to target.
774
- # Default: 1.13
775
771
# Deprecated: use the global `run.go` instead.
776
772
go : " 1.15"
777
773
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
@@ -1685,17 +1681,13 @@ linters-settings:
1685
1681
- github.com/jmoiron/sqlx
1686
1682
1687
1683
staticcheck :
1688
- # Select the Go version to target.
1689
- # Default: "1.13"
1690
1684
# Deprecated: use the global `run.go` instead.
1691
1685
go : " 1.15"
1692
1686
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
1693
1687
# Default: ["*"]
1694
1688
checks : [ "all" ]
1695
1689
1696
1690
stylecheck :
1697
- # Select the Go version to target.
1698
- # Default: 1.13
1699
1691
# Deprecated: use the global `run.go` instead.
1700
1692
go : " 1.15"
1701
1693
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
You can’t perform that action at this time.
0 commit comments