Refactor/revive linter #205
static-analysis.yaml
on: pull_request
Static analysis
4m 0s
Static check
2m 35s
Golangci-lint
1m 45s
Annotations
10 errors and 2 warnings
Golangci-lint:
internal/callbacker/store/postgresql/postgres_test.go#L268
Error return value is not checked (errcheck)
|
Golangci-lint:
internal/callbacker/store/store.go#L18
var-naming: struct field Url should be URL (revive)
|
Golangci-lint:
internal/cache/redis.go#L18
context-as-argument: context.Context should be the first parameter of a function (revive)
|
Golangci-lint:
internal/message_queue/nats/client/nats_core/nats_core_mocks.go#L1
var-naming: don't use an underscore in package name (revive)
|
Golangci-lint:
internal/message_queue/nats/client/nats_core/nats_core_client.go#L1
var-naming: don't use an underscore in package name (revive)
|
Golangci-lint:
internal/message_queue/nats/client/nats_jetstream/nats_jetstream_client.go#L1
var-naming: don't use an underscore in package name (revive)
|
Golangci-lint:
internal/beef/bump.go#L48
var-naming: var txId should be txID (revive)
|
Golangci-lint:
internal/beef/beef_test.go#L46
var-naming: don't use underscores in Go names; var expected_bump_str should be expectedBumpStr (revive)
|
Golangci-lint:
internal/beef/beef_test.go#L47
var-naming: don't use underscores in Go names; var expected_bump should be expectedBump (revive)
|
Golangci-lint:
config/utils_test.go#L126
var-naming: var actualZmqUrl should be actualZmqURL (revive)
|
Golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Static check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|