OpenC3/cosmos

View on GitHub
openc3-cosmos-cmd-tlm-api/app/models/table.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method get_definitions has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.get_definitions(scope, definition_filename, binary_filename = nil)
    temp_dir = Dir.mktmpdir
    definition = body(scope, definition_filename)
    # We might not find the definition, especially if the binary isn't named
    # like the convention. If not, and they pass us a binary filename,
Severity: Minor
Found in openc3-cosmos-cmd-tlm-api/app/models/table.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status