SpeciesFileGroup/taxonworks

View on GitHub
app/helpers/graph_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

    # TODO: Loop has_many
Severity: Minor
Found in app/helpers/graph_helper.rb by fixme

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

      taxon_name_graph(t.parent, graph: g, target: t, parents:)
Severity: Minor
Found in app/helpers/graph_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

      g = Export::Graph.new( object: )
Severity: Minor
Found in app/helpers/graph_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 $end (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

Severity: Minor
Found in app/helpers/graph_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

      g = Export::Graph.new(object:)
Severity: Minor
Found in app/helpers/graph_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

      g = Export::Graph.new( object: )
Severity: Minor
Found in app/helpers/graph_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

      taxon_name_graph(o.taxon_name, graph: g, target: o, synonymy:, parents: true)
Severity: Minor
Found in app/helpers/graph_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