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
start/delete: error strings should not end with newline (revive)
delete.go:84:22: error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
return fmt.Errorf("cannot delete container %s that is not stopped: %s\n", id, s)
^
start.go:51:22: error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
return fmt.Errorf("cannot start a container in the %s state\n", status)
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
0 commit comments