This repository has been archived by the owner on May 31, 2024. It is now read-only.
Add ENV VAR FLTYE_ADMIN_ENDPOINT (#4948) #683
Annotations
6 errors and 1 warning
Lint:
cmd/config/config_test.go#L49
Error return value is not checked (errcheck)
|
Lint:
cmd/config/env_var_reader.go#L42
Error return value of `admin.SetConfig` is not checked (errcheck)
|
Lint:
cmd/root.go#L137
Error return value of `config.UpdateConfigWithEnvVar` is not checked (errcheck)
|
Lint:
cmd/config/config_test.go#L41
var `dummyUrl` should be `dummyURL` (golint)
|
Lint:
cmd/config/config_test.go#L44
var `parsedDummyUrl` should be `parsedDummyURL` (golint)
|
Lint
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading