ruby-json-schema/json-schema

View on GitHub
lib/json-schema/attribute.rb

Summary

Maintainability
A
1 hr
Test Coverage

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 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

      There are no issues that match your filters.

      Category
      Status