docs: specify what code checks are related to staticcheck sub-linter (#3215)

This commit is contained in:
Hsing-Yu (David) Chen 2022-09-13 00:27:29 -07:00 committed by GitHub
parent f072d55e6d
commit 5967201b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -735,7 +735,7 @@ linters-settings:
# Default: 1.13 # Default: 1.13
# Deprecated: use the global `run.go` instead. # Deprecated: use the global `run.go` instead.
go: "1.15" go: "1.15"
# https://staticcheck.io/docs/configuration/options/#checks # Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"] # Default: ["*"]
checks: [ "all" ] checks: [ "all" ]
@ -1630,7 +1630,7 @@ linters-settings:
# Default: "1.13" # Default: "1.13"
# Deprecated: use the global `run.go` instead. # Deprecated: use the global `run.go` instead.
go: "1.15" go: "1.15"
# https://staticcheck.io/docs/configuration/options/#checks # SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"] # Default: ["*"]
checks: [ "all" ] checks: [ "all" ]
@ -1639,7 +1639,7 @@ linters-settings:
# Default: 1.13 # Default: 1.13
# Deprecated: use the global `run.go` instead. # Deprecated: use the global `run.go` instead.
go: "1.15" go: "1.15"
# https://staticcheck.io/docs/configuration/options/#checks # STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
# Default: ["*"] # Default: ["*"]
checks: [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ] checks: [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
# https://staticcheck.io/docs/configuration/options/#dot_import_whitelist # https://staticcheck.io/docs/configuration/options/#dot_import_whitelist