Skip to content

Move version extraction to init #6

Move version extraction to init

Move version extraction to init #6

Triggered via push November 11, 2024 10:30
Status Success
Total duration 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Linting: build.go#L46
`if CompDB` has complex nested blocks (complexity: 6) (nestif)
Linting: build.go#L76
G306: Expect WriteFile permissions to be 0600 or less (gosec)
Linting: builtins/builtins.go#L23
G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)
Linting: builtins/builtins.go#L124
Consider pre-allocating `ss` (prealloc)
Linting: builtins/builtins.go#L145
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
Linting: builtins/match.go#L23
missing cases in switch of type runtime.ListType: runtime.RECORD_OF, runtime.COMPLEMENT, runtime.PERMUTATION (exhaustive)
Linting: builtins/match.go#L139
ineffectual assignment to isMissing (ineffassign)
Linting: builtins/match.go#L176
ineffectual assignment to isMissing (ineffassign)
Linting: builtins/match.go#L203
ineffectual assignment to isMissing (ineffassign)
Linting: control/events.go#L15
the type name `ErrorEvent` should conform to the `XxxError` format (errname)