Skip to content

Remove re-indexing code (#34) #171

Remove re-indexing code (#34)

Remove re-indexing code (#34) #171

Triggered via push December 12, 2024 08:00
Status Failure
Total duration 2m 52s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: build/builder.go#L233
Function 'Build' is too long (31 > 30) (funlen)
lint: build/builder.go#L358
Function 'asyncBuild' has too many statements (28 > 20) (funlen)
lint: build/builder.go#L587
Function 'addArtifactsToRepo' has too many statements (22 > 20) (funlen)
lint: build/builder_test.go#L218
string `/path/to/wrapper` has 3 occurrences, make it a constant (goconst)
lint: wr/wr.go#L132
`if err != nil` has complex nested blocks (complexity: 2) (nestif)
lint: remove/remove.go#L36
const `graphQLDeleteEnvironment` is unused (unused)
lint: remove/remove.go#L52
const `graphQLEndpoint` is unused (unused)
lint: remove/remove.go#L54
type `graphQLDeleteEnvironmentMutation` is unused (unused)
lint: cmd/build.go#L40
var `buildVersion` is unused (unused)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636