You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
golangci-lint gains the modernize analyzer, and the tree is updated to satisfy
it. The changes are mechanical: range-over-int loops, slices and maps helpers in
place of hand-written loops, min and max builtins, and new(x) in place of a
local variable taken by address.
persistentVolumeModePointer went with them. It wrapped new(mode) for a single
caller, which the inline analyzer flags.
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
// +description:"Eventtailer's main goal is to listen kubernetes events and transmit their changes to stdout. This way the logging-operator is able to process them."
// +description:"HostTailer's main goal is to tail custom files and transmit their changes to stdout. This way the logging-operator is able to process them."
0 commit comments