mirror of
https://github.com/containers/podman.git
synced 2025-06-28 22:53:21 +08:00
make lint: enable gocritic
`gocritic` is a powerful linter that helps in preventing certain kinds of errors as well as enforcing a coding style. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -56,7 +56,7 @@ func (c *Container) readFromLogFile(options *logs.LogOptions, logChannel chan *l
|
||||
continue
|
||||
}
|
||||
if nll.Partial() {
|
||||
partial = partial + nll.Msg
|
||||
partial += nll.Msg
|
||||
continue
|
||||
} else if !nll.Partial() && len(partial) > 1 {
|
||||
nll.Msg = partial
|
||||
|
Reference in New Issue
Block a user