SpeciesFileGroup/taxonworks

View on GitHub
lib/batch_load/import/collection_objects/castor_interpreter.rb

Summary

Maintainability
A
0 mins
Test Coverage

class definition in method body (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

  class Import::CollectionObjects::CastorInterpreter < BatchLoad::Import

This is not actually a cop. It does not inspect anything. It just provides methods to repack Parser's diagnostics/errors into RuboCop's offenses.

unexpected token tCOMMA (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

            taxon_determination = TaxonDetermination.new(otu:, taxon_determination_object: co)

This is not actually a cop. It does not inspect anything. It just provides methods to repack Parser's diagnostics/errors into RuboCop's offenses.

module definition in method body (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

module BatchLoad

This is not actually a cop. It does not inspect anything. It just provides methods to repack Parser's diagnostics/errors into RuboCop's offenses.

There are no issues that match your filters.

Category
Status