SpeciesFileGroup/taxonworks

View on GitHub
lib/export/csv.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

    h = ::CSV.new(column_names.join(','), header_converters:, headers: true)
Severity: Minor
Found in lib/export/csv.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