ruby-json-schema/json-schema

View on GitHub

Showing 91 of 97 total issues

Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def self.validate(current_schema, data, fragments, processor, validator, options = {})
Severity: Minor
Found in lib/json-schema/attributes/maxdecimal.rb - About 45 mins to fix

    Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def self.validate(current_schema, data, fragments, processor, validator, options = {})
    Severity: Minor
    Found in lib/json-schema/attributes/properties.rb - About 45 mins to fix

      Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

            def self.validate(current_schema, data, fragments, processor, validator, options = {})
      Severity: Minor
      Found in lib/json-schema/attributes/disallow.rb - About 45 mins to fix

        Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

              def self.validate(current_schema, data, fragments, processor, validator, options = {})
        Severity: Minor
        Found in lib/json-schema/attributes/not.rb - About 45 mins to fix

          Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                def self.validate(current_schema, data, fragments, processor, validator, options = {})
          Severity: Minor
          Found in lib/json-schema/attributes/const.rb - About 45 mins to fix

            Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                  def self.validate(current_schema, data, fragments, processor, validator, options = {})
            Severity: Minor
            Found in lib/json-schema/attributes/limit.rb - About 45 mins to fix

              Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                    def self.validate(current_schema, data, fragments, processor, validator, options = {})
              Severity: Minor
              Found in lib/json-schema/attributes/formats/ip.rb - About 45 mins to fix

                Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                      def self.validate(current_schema, data, fragments, processor, validator, options = {})
                Severity: Minor
                Found in lib/json-schema/attributes/type.rb - About 45 mins to fix

                  Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                        def self.validate(current_schema, data, fragments, processor, validator, options = {})
                  Severity: Minor
                  Found in lib/json-schema/attributes/formats/date.rb - About 45 mins to fix

                    Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                          def self.validate(current_schema, data, fragments, processor, validator, options = {}); end
                    Severity: Minor
                    Found in lib/json-schema/attribute.rb - About 45 mins to fix

                      Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                            def self.validate(current_schema, data, fragments, processor, validator, options = {})
                      Severity: Minor
                      Found in lib/json-schema/attributes/divisibleby.rb - About 45 mins to fix

                        Method pack has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                def pack tl, tm, th, ch, cl, n
                        Severity: Minor
                        Found in lib/json-schema/util/uuid.rb - About 45 mins to fix

                          Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                def self.validate(current_schema, data, fragments, processor, validator, options = {})
                          Severity: Minor
                          Found in lib/json-schema/attributes/formats/date_time.rb - About 45 mins to fix

                            Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                  def self.validate(current_schema, data, fragments, processor, validator, options = {})
                            Severity: Minor
                            Found in lib/json-schema/attributes/properties_optional.rb - About 45 mins to fix

                              Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                    def self.validate(current_schema, data, fragments, processor, validator, options = {})
                              Severity: Minor
                              Found in lib/json-schema/attributes/extends.rb - About 45 mins to fix

                                Method validation_error has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                      def self.validation_error(processor, message, fragments, current_schema, failed_attribute, record_errors)
                                Severity: Minor
                                Found in lib/json-schema/attribute.rb - About 45 mins to fix

                                  Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                        def self.validate(current_schema, data, fragments, processor, validator, options = {})
                                  Severity: Minor
                                  Found in lib/json-schema/attributes/propertynames.rb - About 45 mins to fix

                                    Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                          def self.validate(current_schema, data, fragments, processor, validator, options = {})
                                    Severity: Minor
                                    Found in lib/json-schema/attributes/additionalproperties.rb - About 45 mins to fix

                                      Method validate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                            def self.validate(current_schema, data, fragments, processor, validator, options = {})
                                      Severity: Minor
                                      Found in lib/json-schema/attributes/items.rb - About 45 mins to fix

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

                                              def validate(current_schema, data, fragments, processor, options = {})
                                        Severity: Minor
                                        Found in lib/json-schema/schema/validator.rb - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language