SpeciesFileGroup/taxonworks

View on GitHub
app/models/identifier.rb

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

  # TODO: DRY to IsData? Test.
Severity: Minor
Found in app/models/identifier.rb by fixme

TODO found
Open

  include Housekeeping # TODO: potential circular dependency constraint when this is before above.
Severity: Minor
Found in app/models/identifier.rb by fixme

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

    identifiers = Identifier.where(project_id:, created_by_id:).limit(1)
Severity: Minor
Found in app/models/identifier.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