chore: Set up client once for acceptance tests #97
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog-golanglint-ci.yml
on: pull_request
reviewdog
1m 41s
Annotations
4 errors
reviewdog:
pkg/provider/provider.go#L758
the variable name `configureClientErr` should conform to the `errXxx` format (errname)
|
reviewdog:
pkg/provider/provider.go#L756
[golangci] reported by reviewdog 🐶
File is not `gofumpt`-ed (gofumpt)
Raw Output:
pkg/provider/provider.go:756: File is not `gofumpt`-ed (gofumpt)
var once sync.Once
var configuredClient *sdk.Client
var configureClientErr error
|
reviewdog:
pkg/provider/provider.go#L758
[golangci] reported by reviewdog 🐶
the variable name `configureClientErr` should conform to the `errXxx` format (errname)
Raw Output:
pkg/provider/provider.go:758:5: the variable name `configureClientErr` should conform to the `errXxx` format (errname)
var configureClientErr error
^
|
reviewdog
reviewdog exited with status code: 1
|