Feat: add bandwidth limit example #474
pr-check.yml
on: pull_request
compliant
27s
golangci-lint
1m 36s
Annotations
10 errors and 2 warnings
golangci-lint:
client/send_request/main.go#L66
Error return value of `c.DoDeadline` is not checked (errcheck)
|
golangci-lint:
binding/custom_validate_func/main.go#L70
Error return value of `c.Do` is not checked (errcheck)
|
golangci-lint:
binding/loose_zero/main.go#L58
Error return value of `c.Do` is not checked (errcheck)
|
golangci-lint:
binding/custom_error/main.go#L101
Error return value of `c.Do` is not checked (errcheck)
|
golangci-lint:
streaming/streaming_write/main.go#L57
Error return value of `rw.Write` is not checked (errcheck)
|
golangci-lint:
parameter/cookie/main.go#L49
Error return value of `c.WriteString` is not checked (errcheck)
|
golangci-lint:
parameter/cookie/main.go#L75
Error return value of `c.WriteString` is not checked (errcheck)
|
golangci-lint:
binding/custom_type_resolve/main.go#L61
Error return value of `c.Bind` is not checked (errcheck)
|
golangci-lint:
file/upload/main.go#L38
Error return value of `c.SaveUploadedFile` is not checked (errcheck)
|
golangci-lint:
file/upload/main.go#L52
Error return value of `c.SaveUploadedFile` is not checked (errcheck)
|
compliant
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|