This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Bump codecov/codecov-action from 3.1.4 to 3.1.6 #214
Annotations
5 errors and 2 warnings
lint:
doc.go#L20
File is not `gofmt`-ed with `-s` (gofmt)
|
lint:
doc.go#L22
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
|
lint:
alog_json_mocks_test.go#L8
import 'github.com/google/go-cmp/cmp' is not allowed from list 'Main' (depguard)
|
lint:
alog_json_mocks_test.go#L9
import 'github.com/google/go-cmp/cmp/cmpopts' is not allowed from list 'Main' (depguard)
|
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
alog_json_mocks_test.go#L66
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|