Showing 182 of 244 total issues
Avoid too many return
statements within this method. Open
Open
return 'context'
Avoid too many return
statements within this method. Open
Open
page.tag { return !update_needs_to_remove_todo_from_container && !@tag_was_removed }
Avoid too many return
statements within this method. Open
Open
page.tag { return update_needs_to_remove_todo_from_container && !@tag_was_removed}
Avoid too many return
statements within this method. Open
Open
return candidate if candidate.auth_type.eql?("cas")
Avoid too many return
statements within this method. Open
Open
return "tickler-empty-nd" if
Avoid too many return
statements within this method. Open
Open
return nil
Avoid too many return
statements within this method. Open
Open
page.tag { return (@context_changed && !@todo.hidden?) || @tag_was_removed || @todo_hidden_state_changed || @todo_deferred_state_changed }
Avoid too many return
statements within this method. Open
Open
return "c#{todo.context_id}items"
Avoid too many return
statements within this method. Open
Open
return false
Avoid too many return
statements within this method. Open
Open
page.search { return false }
Avoid too many return
statements within this method. Open
Open
page.todo { return !update_needs_to_remove_todo_from_container }
Avoid too many return
statements within this method. Open
Open
return false
Avoid too many return
statements within this method. Open
Open
page.stats { return false }
Avoid too many return
statements within this method. Open
Open
page.todo { return @context_changed && !(@todo.deferred? || @todo.pending? || @todo.hidden?) }
Avoid too many return
statements within this method. Open
Open
page.search { return true }
Avoid too many return
statements within this method. Open
Open
return "completed_containeritems" if todo.completed?
Avoid too many return
statements within this method. Open
Open
return
Avoid too many return
statements within this method. Open
Open
page.stats { return !@todo.completed? }
Avoid too many return
statements within this method. Open
Open
return false
Avoid too many return
statements within this method. Open
Open
return "p#{todo.project_id}items" if source_view_is :project