@@ -1396,7 +1396,7 @@ linters-settings:
1396
1396
local_replace_directives : false
1397
1397
1398
1398
gosimple :
1399
- # Sxxxx checks in https://staticcheck.io /docs/configuration/options/#checks
1399
+ # Sxxxx checks in https://staticcheck.dev /docs/configuration/options/#checks
1400
1400
# Default: ["*"]
1401
1401
checks :
1402
1402
# Use plain channel send or receive instead of single-case select.
@@ -2854,7 +2854,7 @@ linters-settings:
2854
2854
extra-start-span-signatures :
2855
2855
- " github.com/user/repo/telemetry/trace.Start:opentelemetry"
2856
2856
staticcheck :
2857
- # SAxxxx checks in https://staticcheck.io /docs/configuration/options/#checks
2857
+ # SAxxxx checks in https://staticcheck.dev /docs/configuration/options/#checks
2858
2858
# Example (to disable some checks): [ "all", "-SA1000", "-SA1001"]
2859
2859
# Default: ["*"]
2860
2860
checks :
@@ -3145,17 +3145,17 @@ linters-settings:
3145
3145
- SA9009
3146
3146
3147
3147
stylecheck :
3148
- # https://staticcheck.io /docs/configuration/options/#dot_import_whitelist
3148
+ # https://staticcheck.dev /docs/configuration/options/#dot_import_whitelist
3149
3149
# Default: ["github.com/mmcloughlin/avo/build", "github.com/mmcloughlin/avo/operand", "github.com/mmcloughlin/avo/reg"]
3150
3150
dot-import-whitelist :
3151
3151
- fmt
3152
- # https://staticcheck.io /docs/configuration/options/#initialisms
3152
+ # https://staticcheck.dev /docs/configuration/options/#initialisms
3153
3153
# 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"]
3154
3154
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" ]
3155
- # https://staticcheck.io /docs/configuration/options/#http_status_code_whitelist
3155
+ # https://staticcheck.dev /docs/configuration/options/#http_status_code_whitelist
3156
3156
# Default: ["200", "400", "404", "500"]
3157
3157
http-status-code-whitelist : [ "200", "400", "404", "500" ]
3158
- # STxxxx checks in https://staticcheck.io /docs/configuration/options/#checks
3158
+ # STxxxx checks in https://staticcheck.dev /docs/configuration/options/#checks
3159
3159
# Example (to disable some checks): [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
3160
3160
# Default: ["*"]
3161
3161
checks :
0 commit comments