Remove caching from credshelper interface (#592) #1010
Annotations
10 errors and 4 warnings
lint:
go/pkg/reader/reader_test.go#L72
Error return value of `r.SeekOffset` is not checked (errcheck)
|
lint:
go/pkg/reader/reader_test.go#L108
Error return value of `r.SeekOffset` is not checked (errcheck)
|
lint:
go/pkg/reader/reader.go#L98
ST1005: error strings should not be capitalized (stylecheck)
|
lint:
go/pkg/reader/reader.go#L114
ST1005: error strings should not be capitalized (stylecheck)
|
lint:
go/pkg/reader/reader.go#L68
error returned from external package is unwrapped: sig: func (*os.File).Close() error (wrapcheck)
|
lint:
go/pkg/reader/reader.go#L77
error returned from external package is unwrapped: sig: func (*bufio.Reader).Read(p []byte) (n int, err error) (wrapcheck)
|
lint:
go/pkg/reader/reader.go#L105
error returned from external package is unwrapped: sig: func os.Open(name string) (*os.File, error) (wrapcheck)
|
lint:
go/pkg/reader/reader.go#L111
error returned from external package is unwrapped: sig: func (*os.File).Seek(offset int64, whence int) (ret int64, err error) (wrapcheck)
|
lint:
go/pkg/reader/reader.go#L136
error returned from external package is unwrapped: sig: func (*bytes.Buffer).Read(p []byte) (n int, err error) (wrapcheck)
|
lint:
go/pkg/reader/reader.go#L142
error returned from external package is unwrapped: sig: func (*bytes.Buffer).Write(p []byte) (n int, err error) (wrapcheck)
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The `save-state` 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/
|
lint
The `save-state` 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/
|