testmycode/tmc-server

View on GitHub
app/models/extra_field.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method load_fields has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.load_fields(kind, config_file_path)
      return [] unless File.exist?(config_file_path)

      kind = kind.to_s

Severity: Minor
Found in app/models/extra_field.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status