test #1247
Annotations
10 errors and 1 warning
golangci-lint:
internal/storage/storage.go#L57
enforce-repeated-arg-type-style: repeated argument type "string" can be omitted (revive)
|
golangci-lint:
internal/config/defaults.go#L77
enforce-slice-style: use make([]type) instead of []type{} (or declare nil slice) (revive)
|
golangci-lint:
internal/config/url.go#L5
import-shadowing: The name 'url' shadows an import name (revive)
|
golangci-lint:
internal/openvpn/connection/client.go#L107
confusing-results: unnamed results of the same type may be confusing, consider using named results (revive)
|
golangci-lint:
internal/openvpn/connection/client.go#L122
confusing-results: unnamed results of the same type may be confusing, consider using named results (revive)
|
golangci-lint:
internal/utils/overlayfs.go#L10
import-shadowing: The name 'fs' shadows an import name (revive)
|
golangci-lint:
internal/utils/http.go#L20
comment-spacings: no space between comment delimiter and comment text (revive)
|
golangci-lint:
internal/oauth2/providers/google/check.go#L20
enforce-slice-style: use make([]type) instead of []type{} (or declare nil slice) (revive)
|
golangci-lint:
internal/oauth2/providers/github/check.go#L27
import-shadowing: The name 'state' shadows an import name (revive)
|
golangci-lint:
internal/oauth2/providers/github/api.go#L59
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading