CI Core #69126
Annotations
6 errors
Golang Lint:
core/capabilities/triggers/logevent/trigger.go#L94
G115: integer overflow conversion uint64 -> int64 (gosec)
|
Golang Lint:
core/capabilities/testutils/backend.go#L59
G115: integer overflow conversion uint64 -> uint32 (gosec)
|
Golang Lint:
core/capabilities/testutils/backend.go#L61
G115: integer overflow conversion uint64 -> int64 (gosec)
|
Golang Lint:
core/capabilities/testutils/backend.go#L106
context-as-argument: context.Context should be the first parameter of a function (revive)
|
Golang Lint:
core/capabilities/testutils/backend.go#L15
import 'github.com/test-go/testify/require' is not allowed from list 'main': Use github.com/stretchr/testify/require instead (depguard)
|
Golang Lint
issues found
|
Loading