Skip to content

Commit

Permalink
style(qemu): disable cyclop linter for parseStdout
Browse files Browse the repository at this point in the history
  • Loading branch information
aibor committed Sep 11, 2024
1 parent 012f8fe commit e40f0c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/qemu/console_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ type outputProcessor func() error
// exit code communicated by the guest via stdout. The processor stops when
// the src is closed. It returns a [CommandError] with Guest flag set if either
// an error is detected or the guest communicated a non zero exit code.
//
//nolint:cyclop
func parseStdout(
dst io.Writer,
src io.Reader,
Expand Down

0 comments on commit e40f0c5

Please sign in to comment.