cmd/gitlab-shell-authorized-principals-check/main.go
Function run
has 5 return statements (exceeds 4 allowed). Open
Open
func run() int {
command.CheckForVersionFlag(os.Args, Version, BuildTime)
readWriter := &readwriter.ReadWriter{
Out: &readwriter.CountingWriter{W: os.Stdout},