Showing 3,313 of 3,313 total issues
Avoid too many return
statements within this function. Open
Open
if (value === '1') return true
Avoid too many return
statements within this function. Open
Open
return $localize`Video will begin at ${secondsToTime(start)}`
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return formatICU($localize`{interval, plural, =1 {1 week ago} other {{interval} weeks ago}}`, { interval })
Avoid too many return
statements within this function. Open
Open
return formatICU($localize`{interval, plural, =1 {1 hour ago} other {{interval} hours ago}}`, { interval })
Avoid too many return
statements within this function. Open
Open
return ''
Avoid too many return
statements within this function. Open
Open
return true
Avoid too many return
statements within this function. Open
Open
return formatICU($localize`{interval, plural, =1 {1 day ago} other {{interval} days ago}}`, { interval })
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return $localize`Video will stop at ${secondsToTime(end)}`
Avoid too many return
statements within this function. Open
Open
return undefined
Avoid too many return
statements within this function. Open
Open
return this.videoStudioService.editVideo(this.video.uuid, tasks)
.subscribe({
next: () => {
this.notifier.success($localize`Edition tasks created.`)
Avoid too many return
statements within this function. Open
Open
return $localize`just now`
Avoid too many return
statements within this function. Open
Open
if (!channelLayout || channelLayout === 'unknown' || channelLayout === 'quad') return false
Avoid too many return
statements within this function. Open
Open
return $localize`Server is unavailable. Please retry later.`
Avoid too many return
statements within this function. Open
Open
return $localize`Server error. Please retry later.`
Avoid too many return
statements within this function. Open
Open
return t
Avoid too many return
statements within this function. Open
Open
return date.toLocaleTimeString([], { hour: 'numeric', minute: 'numeric' })
Avoid too many return
statements within this function. Open
Open
return $localize`Unknown server error`