Refactor/revive linter #205
Annotations
10 errors and 1 warning
internal/callbacker/store/postgresql/postgres_test.go#L268
Error return value is not checked (errcheck)
|
internal/callbacker/store/store.go#L18
var-naming: struct field Url should be URL (revive)
|
internal/cache/redis.go#L18
context-as-argument: context.Context should be the first parameter of a function (revive)
|
internal/message_queue/nats/client/nats_core/nats_core_mocks.go#L1
var-naming: don't use an underscore in package name (revive)
|
internal/message_queue/nats/client/nats_core/nats_core_client.go#L1
var-naming: don't use an underscore in package name (revive)
|
internal/message_queue/nats/client/nats_jetstream/nats_jetstream_client.go#L1
var-naming: don't use an underscore in package name (revive)
|
internal/beef/bump.go#L48
var-naming: var txId should be txID (revive)
|
internal/beef/beef_test.go#L46
var-naming: don't use underscores in Go names; var expected_bump_str should be expectedBumpStr (revive)
|
internal/beef/beef_test.go#L47
var-naming: don't use underscores in Go names; var expected_bump should be expectedBump (revive)
|
config/utils_test.go#L126
var-naming: var actualZmqUrl should be actualZmqURL (revive)
|
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/
|
The logs for this run have expired and are no longer available.
Loading