moviepilot/lacerda

View on GitHub
lib/lacerda/conversion.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method mson_to_json_schema! has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.mson_to_json_schema!(options)
      filename = options.fetch(:filename)

      # For now, we'll use the containing directory's name as a scope
      service_scope = File.dirname(filename).split(File::SEPARATOR).last.underscore
Severity: Minor
Found in lib/lacerda/conversion.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status