Skip to content

adds initial implementation for macro #120

adds initial implementation for macro

adds initial implementation for macro #120

Triggered via push November 11, 2023 02:45
Status Failure
Total duration 27s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
tests: pkg/cli/macro.go#L25
sloppyReassign: re-assignment to `err` can be replaced with `err := yaml.Unmarshal(data, &cfg)` (gocritic)
tests: pkg/cli/cli.go#L87
expressions should not be cuddled with blocks (wsl)
tests: pkg/cli/commands.go#L73
return statements should not be cuddled if block has more than two lines (wsl)
tests: pkg/cli/macro.go#L43
branch statements should not be cuddled if block has more than two lines (wsl)
tests: pkg/cli/macro.go#L36
ranges should only be cuddled with assignments used in the iteration (wsl)
tests: pkg/cli/macro.go#L34
ranges should only be cuddled with assignments used in the iteration (wsl)
tests
issues found