Adds naive implementation for navigation in request editor #42
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)
|