@@ -1396,7 +1396,7 @@ linters-settings:
13961396 local_replace_directives : false
13971397
13981398 gosimple :
1399- # Sxxxx checks in https://staticcheck.io /docs/configuration/options/#checks
1399+ # Sxxxx checks in https://staticcheck.dev /docs/configuration/options/#checks
14001400 # Default: ["*"]
14011401 checks :
14021402 # Use plain channel send or receive instead of single-case select.
@@ -2854,7 +2854,7 @@ linters-settings:
28542854 extra-start-span-signatures :
28552855 - " github.com/user/repo/telemetry/trace.Start:opentelemetry"
28562856 staticcheck :
2857- # SAxxxx checks in https://staticcheck.io /docs/configuration/options/#checks
2857+ # SAxxxx checks in https://staticcheck.dev /docs/configuration/options/#checks
28582858 # Example (to disable some checks): [ "all", "-SA1000", "-SA1001"]
28592859 # Default: ["*"]
28602860 checks :
@@ -3145,17 +3145,17 @@ linters-settings:
31453145 - SA9009
31463146
31473147 stylecheck :
3148- # https://staticcheck.io /docs/configuration/options/#dot_import_whitelist
3148+ # https://staticcheck.dev /docs/configuration/options/#dot_import_whitelist
31493149 # Default: ["github.com/mmcloughlin/avo/build", "github.com/mmcloughlin/avo/operand", "github.com/mmcloughlin/avo/reg"]
31503150 dot-import-whitelist :
31513151 - fmt
3152- # https://staticcheck.io /docs/configuration/options/#initialisms
3152+ # https://staticcheck.dev /docs/configuration/options/#initialisms
31533153 # 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"]
31543154 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
31563156 # Default: ["200", "400", "404", "500"]
31573157 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
31593159 # Example (to disable some checks): [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
31603160 # Default: ["*"]
31613161 checks :
0 commit comments