Skip to content

chore: bump the opentelemetry group with 3 updates #3603

chore: bump the opentelemetry group with 3 updates

chore: bump the opentelemetry group with 3 updates #3603

Re-run triggered February 8, 2024 10:43
Status Failure
Total duration 38s
Artifacts

lint.yml

on: pull_request
check-mod
11s
check-mod
golangci-lint
27s
golangci-lint
check-generate
47s
check-generate
go-mod-tidy  /  autocommit-tidy
go-mod-tidy / autocommit-tidy
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
golangci-lint: gen/names.go#L85
emptyStringTest: replace `len(name) > 0` with `name != ""` (gocritic)
golangci-lint: gen/route_node.go#L173
emptyStringTest: replace `len(path[end:]) > 0` with `path[end:] != ""` (gocritic)
golangci-lint: gen/schema_gen.go#L182
emptyStringTest: replace `len(name) > 0` with `name != ""` (gocritic)
golangci-lint: gen/schema_gen_sum.go#L640
emptyStringTest: replace `len(s.Pattern) > 0` with `s.Pattern != ""` (gocritic)
golangci-lint: gen/ir/description.go#L54
emptyStringTest: replace `len(last) > 0` with `last != ""` (gocritic)
golangci-lint: uri/cursor.go#L39
emptyStringTest: replace `len(s) > 0` with `s != ""` (gocritic)
golangci-lint
issues found
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.