Add REGO debugger to Mindev. #8162
Annotations
5 errors and 1 warning
golangci-lint:
internal/engine/eval/rego/debug.go#L62
exported: exported method Evaluator.Debug should have comment or be unexported (revive)
|
golangci-lint:
internal/engine/eval/rego/debug.go#L151
cyclomatic complexity 53 of func `(*debugSession).Start` is high (> 15) (gocyclo)
|
golangci-lint:
internal/engine/eval/rego/debug.go#L371
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint:
internal/engine/eval/rego/debug.go#L393
G115: integer overflow conversion uint64 -> int (gosec)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading