read aws default creds directly via sdk #17
ci.yml
on: push
Verifying Dependencies
6s
golangci-lint
19s
Build app
27s
Annotations
13 errors and 6 warnings
golangci-lint:
secrets/edit.go#L1
: # github.com/scalescape/dolores/secrets
|
golangci-lint:
secrets/manager.go#L177
undefined: time.DateTime
|
golangci-lint:
secrets/manager.go#L178
undefined: time.DateTime (typecheck)
|
golangci-lint:
cmd/dolores/config.go#L9
could not import github.com/scalescape/dolores/secrets (-: # github.com/scalescape/dolores/secrets
|
golangci-lint:
secrets/manager.go#L177
undefined: time.DateTime
|
golangci-lint:
secrets/manager.go#L178
undefined: time.DateTime) (typecheck)
|
golangci-lint:
client/monart.go#L22
found a struct that contains a context.Context field (containedctx)
|
golangci-lint:
config/monart.go#L36
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint:
store/google/gcs.go#L167
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint:
client/client.go#L110
getStore returns interface (github.com/scalescape/dolores/client.clouldStore) (ireturn)
|
Build app:
secrets/manager.go#L177
undefined: time.DateTime
|
Build app:
secrets/manager.go#L178
undefined: time.DateTime
|
Build app
Process completed with exit code 2.
|
golangci-lint:
store/aws/aws.go#L144
unused-parameter: parameter 'acfg' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
store/aws/aws.go#L136
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
config/config.go#L73
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
client/monart.go#L29
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
client/cloud_service.go#L76
unused-parameter: parameter 'env' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
client/cloud_service.go#L112
unused-parameter: parameter 'env' seems to be unused, consider removing or renaming it as _ (revive)
|