SpeciesFileGroup/taxonworks

View on GitHub
app/helpers/otus/catalog_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

            ) unless similar_otus.include?(o.id)
Severity: Minor
Found in app/helpers/otus/catalog_helper.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

    o = CommonName.where(project_id: sessions_current_project_id, otu:)
Severity: Minor
Found in app/helpers/otus/catalog_helper.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

              data:,
Severity: Minor
Found in app/helpers/otus/catalog_helper.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