Skip to content

spec: use URL patterns instead of URI templates #737

spec: use URL patterns instead of URI templates

spec: use URL patterns instead of URI templates #737

Triggered via pull request November 3, 2023 17:20
Status Failure
Total duration 3m 41s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Lint: demo.go#L32
string `>; rel="mercure"` has 3 occurrences, make it a constant (goconst)
Lint: subscription_test.go#L141
string `/subscriptions/` has 3 occurrences, make it a constant (goconst)
Lint: server_test.go#L358
string `/metrics` has 3 occurrences, make it a constant (goconst)
Lint: subscription.go#L36
string `/subscriptions` has 4 occurrences, make it a constant (goconst)
Lint: authorization.go#L57
string `*** has 31 occurrences, make it a constant (goconst)
Lint: server_test.go#L25
string `http://` has 9 occurrences, make it a constant (goconst)
Lint: subscribe_test.go#L333
string `?topic=http://example.com/reviews/{id}` has 3 occurrences, make it a constant (goconst)
Lint: subscribe_test.go#L660
string `?topic=http://example.com/foos/{id}` has 4 occurrences, make it a constant (goconst)
Lint: authorization_test.go#L32
G101: Potential hardcoded credentials: RSA private key (gosec)
Lint: common/version_test.go#L98
avoid direct access to proto field metricOut.Gauge.Value, use metricOut.GetGauge().GetValue() instead (protogetter)
Test (1.20)
Error: The process '/home/runner/work/_actions/shogo82148/actions-goveralls/v1/bin/goveralls_linux_amd64' failed with exit code 1
Test (1.21)
The job was canceled because "_1_20" failed.
Test (1.21)
The operation was canceled.