Change: make Csaf Downloader usable as library #6
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Revive Action:
pkg/errs/errors.go#L40
exported type ErrInvalidCredentials should have comment or be unexported
|
Revive Action:
pkg/errs/errors.go#L6
should have a package comment
|
Revive Action:
pkg/errs/errors.go#L48
exported var ErrRetryable should have comment or be unexported
|
Revive Action:
cmd/csaf_downloader/config.go#L9
should have a package comment
|
Revive Action:
cmd/csaf_downloader/stats_test.go#L9
don't use an underscore in package name
|
Revive Action:
cmd/csaf_downloader/forwarder.go#L9
don't use an underscore in package name
|
Revive Action:
cmd/csaf_downloader/stats.go#L9
don't use an underscore in package name
|
Revive Action:
cmd/csaf_downloader/forwarder.go#L80
comment on exported method Forwarder.Close should be of the form "Close ..."
|
Revive Action:
cmd/csaf_downloader/forwarder_test.go#L9
don't use an underscore in package name
|
Revive Action:
cmd/csaf_downloader/config.go#L9
don't use an underscore in package name
|
gofmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading