@@ -716,7 +716,7 @@ linters-settings:
716
716
# Default: 1.13
717
717
# Deprecated: use the global `run.go` instead.
718
718
go : " 1.15"
719
- # https://staticcheck.io/docs/options#checks
719
+ # https://staticcheck.io/docs/configuration/ options/ #checks
720
720
# Default: ["*"]
721
721
checks : [ "all" ]
722
722
@@ -1585,7 +1585,7 @@ linters-settings:
1585
1585
# Default: "1.13"
1586
1586
# Deprecated: use the global `run.go` instead.
1587
1587
go : " 1.15"
1588
- # https://staticcheck.io/docs/options#checks
1588
+ # https://staticcheck.io/docs/configuration/ options/ #checks
1589
1589
# Default: ["*"]
1590
1590
checks : [ "all" ]
1591
1591
@@ -1594,17 +1594,17 @@ linters-settings:
1594
1594
# Default: 1.13
1595
1595
# Deprecated: use the global `run.go` instead.
1596
1596
go : " 1.15"
1597
- # https://staticcheck.io/docs/options#checks
1597
+ # https://staticcheck.io/docs/configuration/ options/ #checks
1598
1598
# Default: ["*"]
1599
1599
checks : [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
1600
- # https://staticcheck.io/docs/options#dot_import_whitelist
1600
+ # https://staticcheck.io/docs/configuration/ options/ #dot_import_whitelist
1601
1601
# Default: ["github.com/mmcloughlin/avo/build", "github.com/mmcloughlin/avo/operand", "github.com/mmcloughlin/avo/reg"]
1602
1602
dot-import-whitelist :
1603
1603
- fmt
1604
- # https://staticcheck.io/docs/options#initialisms
1604
+ # https://staticcheck.io/docs/configuration/ options/ #initialisms
1605
1605
# Default: ["ACL", "API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "QPS", "RAM", "RPC", "SLA", "SMTP", "SQL", "SSH", "TCP", "TLS", "TTL", "UDP", "UI", "GID", "UID", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XMPP", "XSRF", "XSS", "SIP", "RTP", "AMQP", "DB", "TS"]
1606
1606
initialisms : [ "ACL", "API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "QPS", "RAM", "RPC", "SLA", "SMTP", "SQL", "SSH", "TCP", "TLS", "TTL", "UDP", "UI", "GID", "UID", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XMPP", "XSRF", "XSS", "SIP", "RTP", "AMQP", "DB", "TS" ]
1607
- # https://staticcheck.io/docs/options#http_status_code_whitelist
1607
+ # https://staticcheck.io/docs/configuration/ options/ #http_status_code_whitelist
1608
1608
# Default: ["200", "400", "404", "500"]
1609
1609
http-status-code-whitelist : [ "200", "400", "404", "500" ]
1610
1610
@@ -1882,7 +1882,7 @@ linters:
1882
1882
# Default: false
1883
1883
disable-all : true
1884
1884
# Enable specific linter
1885
- # https://golangci-lint.run/usage/linters/#enabled-by-default-linters
1885
+ # https://golangci-lint.run/usage/linters/#enabled-by-default
1886
1886
enable :
1887
1887
- asasalint
1888
1888
- asciicheck
@@ -1987,7 +1987,7 @@ linters:
1987
1987
# Default: false
1988
1988
enable-all : true
1989
1989
# Disable specific linter
1990
- # https://golangci-lint.run/usage/linters/#disabled-by-default-linters--e--enable
1990
+ # https://golangci-lint.run/usage/linters/#disabled-by-default
1991
1991
disable :
1992
1992
- asasalint
1993
1993
- asciicheck
@@ -2215,7 +2215,7 @@ severity:
2215
2215
# this will be the default severity applied.
2216
2216
# Severities should match the supported severity names of the selected out format.
2217
2217
# - Code climate: https://docs.codeclimate.com/docs/issues#issue-severity
2218
- # - Checkstyle: https://checkstyle.sourceforge.io/property_types.html#severity
2218
+ # - Checkstyle: https://checkstyle.sourceforge.io/property_types.html#SeverityLevel
2219
2219
# - GitHub: https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
2220
2220
#
2221
2221
# Default value is an empty string.
0 commit comments