SpeciesFileGroup/taxonworks

View on GitHub
lib/vendor/gnfinder/name.rb

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

          # TODO: likely not right with sp. nov.
Severity: Minor
Found in lib/vendor/gnfinder/name.rb by fixme

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

          .or( TaxonName.where(project_id:, cached_original_combination: found.name))
Severity: Minor
Found in lib/vendor/gnfinder/name.rb by rubocop

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 tRPAREN (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

          project_id:)
Severity: Minor
Found in lib/vendor/gnfinder/name.rb by rubocop

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

        TaxonName.where(project_id:, cached: found.name)
Severity: Minor
Found in lib/vendor/gnfinder/name.rb by rubocop

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 tRPAREN (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

        TaxonName.where(project_id:, cached: found.name)
Severity: Minor
Found in lib/vendor/gnfinder/name.rb by rubocop

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

          .or( TaxonName.where(project_id:, cached_original_combination: found.name))
Severity: Minor
Found in lib/vendor/gnfinder/name.rb by rubocop

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