Skip to content

Adds naive implementation for navigation in request editor #42

Adds naive implementation for navigation in request editor

Adds naive implementation for navigation in request editor #42

Triggered via push October 18, 2023 12:55
Status Failure
Total duration 52s
Artifacts

main.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
tests (1.21.x): pkg/cli/editor.go#L144
unnecessary leading newline (whitespace)
tests (1.21.x): pkg/cli/editor.go#L139
only one cuddle assignment allowed before if statement (wsl)
tests (1.21.x): pkg/cli/editor.go#L142
assignments should only be cuddled with other assignments (wsl)
tests (1.21.x): pkg/cli/editor.go#L169
for statements should only be cuddled with assignments used in the iteration (wsl)
tests (1.21.x): pkg/cli/editor.go#L177
assignments should only be cuddled with other assignments (wsl)
tests (1.21.x): pkg/cli/editor.go#L165
only one cuddle assignment allowed before if statement (wsl)
tests (1.21.x): pkg/cli/editor.go#L179
assignments should only be cuddled with other assignments (wsl)
tests (1.21.x)
issues found
tests (1.21.x): pkg/cli/editor.go#L172
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)