OpenC3/cosmos

View on GitHub
openc3-cosmos-cmd-tlm-api/app/controllers/script_autocomplete_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method screen_to_autocomplete_hash has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def screen_to_autocomplete_hash(autocomplete_data, keyword, data)
    # The snippet is what gets put in the file when you autocomplete
    # Thus we put the keyword with all the parameters surround by <>
    # e.g. SCREEN <Width> <Height> <Polling Period>
    # Example of building snippets:

    There are no issues that match your filters.

    Category
    Status