geekq/workflow

View on GitHub

Showing 5 of 12 total issues

Method run_before_transition has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def run_before_transition(from, to, event, *args, **kwargs)
Severity: Minor
Found in lib/workflow.rb - About 35 mins to fix

    Method run_after_transition has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def run_after_transition(from, to, event, *args, **kwargs)
    Severity: Minor
    Found in lib/workflow.rb - About 35 mins to fix

      Method run_on_entry has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def run_on_entry(state, prior_state, triggering_event, *args, **kwargs)
      Severity: Minor
      Found in lib/workflow.rb - About 35 mins to fix

        Method run_on_transition has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def run_on_transition(from, to, event, *args, **kwargs)
        Severity: Minor
        Found in lib/workflow.rb - About 35 mins to fix

          Method run_on_exit has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def run_on_exit(state, new_state, triggering_event, *args, **kwargs)
          Severity: Minor
          Found in lib/workflow.rb - About 35 mins to fix
            Severity
            Category
            Status
            Source
            Language