Skip to content

Commit 55868eb

Browse files
authored
Merge branch 'golangci:master' into adddupword
2 parents 8ef3cd4 + 5967201 commit 55868eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.golangci.reference.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ linters-settings:
743743
# Default: 1.13
744744
# Deprecated: use the global `run.go` instead.
745745
go: "1.15"
746-
# https://staticcheck.io/docs/configuration/options/#checks
746+
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
747747
# Default: ["*"]
748748
checks: [ "all" ]
749749

@@ -1638,7 +1638,7 @@ linters-settings:
16381638
# Default: "1.13"
16391639
# Deprecated: use the global `run.go` instead.
16401640
go: "1.15"
1641-
# https://staticcheck.io/docs/configuration/options/#checks
1641+
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
16421642
# Default: ["*"]
16431643
checks: [ "all" ]
16441644

@@ -1647,7 +1647,7 @@ linters-settings:
16471647
# Default: 1.13
16481648
# Deprecated: use the global `run.go` instead.
16491649
go: "1.15"
1650-
# https://staticcheck.io/docs/configuration/options/#checks
1650+
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
16511651
# Default: ["*"]
16521652
checks: [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
16531653
# https://staticcheck.io/docs/configuration/options/#dot_import_whitelist

0 commit comments

Comments
 (0)