bcdice/BCDice

View on GitHub

Showing 829 of 1,274 total issues

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

      def result_2d6(total, dice_total, _dice_list, cmp_op, target)
Severity: Minor
Found in lib/bcdice/game_system/BloodCrusade.rb - About 35 mins to fix

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

          def result_2d6(total, dice_total, _dice_list, cmp_op, target)
    Severity: Minor
    Found in lib/bcdice/game_system/ChaosFlare.rb - About 35 mins to fix

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

            def result_nd6(total, _dice_total, dice_list, cmp_op, target)
      Severity: Minor
      Found in lib/bcdice/game_system/GranCrest.rb - About 35 mins to fix

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

              def result_nd6(total, dice_total, dice_list, cmp_op, target)
        Severity: Minor
        Found in lib/bcdice/game_system/GURPS.rb - About 35 mins to fix

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

                def get_table_index(table, operator, value, dice_count, dice_type)
          Severity: Minor
          Found in lib/bcdice/game_system/PastFutureParadox.rb - About 35 mins to fix

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

                  def result_2d6(total, dice_total, _dice_list, cmp_op, target)
            Severity: Minor
            Found in lib/bcdice/game_system/Insane.rb - About 35 mins to fix

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

                    def result_nd10(_total, _dice_total, dice_list, cmp_op, _target)
              Severity: Minor
              Found in lib/bcdice/game_system/WaresBlade.rb - About 35 mins to fix

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

                      def result_2d6(_total, dice_total, _dice_list, cmp_op, _target)
                Severity: Minor
                Found in lib/bcdice/game_system/HuntersMoon.rb - About 35 mins to fix

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

                        def result_2d6(_total, dice_total, _dice_list, cmp_op, _target)
                  Severity: Minor
                  Found in lib/bcdice/game_system/Peekaboo.rb - About 35 mins to fix

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

                          def resultStr(achievement, target, cmp_op, fumble, critical)
                    Severity: Minor
                    Found in lib/bcdice/game_system/GoblinSlayer.rb - About 35 mins to fix

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

                            def checkRoll(rapid, target, damage, isCritical, criticalNumber)
                      Severity: Minor
                      Found in lib/bcdice/game_system/Alsetto.rb - About 35 mins to fix

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

                              def result_nd6(_total, _dice_total, dice_list, _cmp_op, target)
                        Severity: Minor
                        Found in lib/bcdice/game_system/DemonParasite.rb - About 35 mins to fix

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

                                def result_nd10(total, _dice_total, value_list, cmp_op, target)
                          Severity: Minor
                          Found in lib/bcdice/game_system/Nechronica.rb - About 35 mins to fix

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

                                  def check_nD6(total, dice_total, dice_list, cmp_op, target); end
                            Severity: Minor
                            Found in lib/bcdice/deprecated/checker.rb - About 35 mins to fix

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

                                  def result_nd6(total, dice_total, value_list, cmp_op, target); end
                              Severity: Minor
                              Found in lib/bcdice/base.rb - About 35 mins to fix

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

                                        def initialize(category_name, skill_name, category_dice, row_dice, s_format)
                                Severity: Minor
                                Found in lib/bcdice/dice_table/sai_fic_skill_table/skill.rb - About 35 mins to fix

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

                                      def result_2d6(total, dice_total, value_list, cmp_op, target); end
                                  Severity: Minor
                                  Found in lib/bcdice/base.rb - About 35 mins to fix

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

                                        def result_nd10(total, dice_total, value_list, cmp_op, target); end
                                    Severity: Minor
                                    Found in lib/bcdice/base.rb - About 35 mins to fix

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

                                            def check_2D6(total, dice_total, dice_list, cmp_op, target); end
                                      Severity: Minor
                                      Found in lib/bcdice/deprecated/checker.rb - About 35 mins to fix

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

                                              def check_nD10(total, dice_total, dice_list, cmp_op, target); end
                                        Severity: Minor
                                        Found in lib/bcdice/deprecated/checker.rb - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language