SpeciesFileGroup/taxonworks

View on GitHub
lib/export/graph.rb

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

  # TODO factor view options out
Severity: Minor
Found in lib/export/graph.rb by fixme

TODO found
Open

    # TODO: change label to name
Severity: Minor
Found in lib/export/graph.rb by fixme

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

Severity: Minor
Found in lib/export/graph.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

      nodes:,
Severity: Minor
Found in lib/export/graph.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

    @edges.push graph_edge(object_origin, object, edge_label:, edge_link:)
Severity: Minor
Found in lib/export/graph.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

    add_edge(object_origin, object, edge_label:, edge_link:) if !object_origin.nil?
Severity: Minor
Found in lib/export/graph.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