chore: bump the opentelemetry group with 3 updates #3603
lint.yml
on: pull_request
check-mod
11s
golangci-lint
27s
check-generate
47s
go-mod-tidy
/
autocommit-tidy
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/.
|