SpeciesFileGroup/taxonworks

View on GitHub
lib/export/dwca.rb

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

      a = record_scope.first&.to_global_id&.to_s  # TODO: this should be UUID?
Severity: Minor
Found in lib/export/dwca.rb by fixme

TODO found
Open

      b = record_scope.last&.to_global_id&.to_s # TODO: this should be UUID?
Severity: Minor
Found in lib/export/dwca.rb by fixme

TODO found
Open

        total_records: record_scope.size # Was haveing problems with count() TODO: increment after when extensions are allowed.
Severity: Minor
Found in lib/export/dwca.rb by fixme

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

        total_records: record_scope.size # Was haveing problems with count() TODO: increment after when extensions are allowed.
Severity: Minor
Found in lib/export/dwca.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

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

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

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