TracksApp/tracks

View on GitHub

Showing 64 of 1,614 total issues

Avoid too many return statements within this method.
Open

    return false
Severity: Major
Found in app/helpers/todos_helper.rb - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

            return
    Severity: Major
    Found in app/controllers/users_controller.rb - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

          return nil
      Severity: Major
      Found in lib/done_todos.rb - About 30 mins to fix

        Method show_empty_message_in_source_container has a Cognitive Complexity of 51 (exceeds 50 allowed). Consider refactoring.
        Open

          def show_empty_message_in_source_container
            container_id = ""
            source_view do |page|
              page.deferred { container_id = todo_container_empty_id(@original_item) if @remaining_in_context == 0 }
              page.calendar { container_id = "#{@original_item_due_id}_container-empty-d" if @old_due_empty }
        Severity: Minor
        Found in app/helpers/todos_helper.rb - About 25 mins to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Severity
        Category
        Status
        Source
        Language