SpeciesFileGroup/taxonworks

View on GitHub
app/controllers/tasks/metadata/vocabulary/project_vocabulary_controller.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method has too many lines. [57/25]
Open

  def data_models
    allowed= %w{
      AlternateValue
      BiologicalAssociationsGraph
      BiologicalRelationship

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

Method data_models has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def data_models
    allowed= %w{
      AlternateValue
      BiologicalAssociationsGraph
      BiologicalRelationship

    There are no issues that match your filters.

    Category
    Status