SpeciesFileGroup/taxonworks

View on GitHub
lib/tasks/initialize.rake

Summary

Maintainability
Test Coverage

TODO found
Open

      # TODO: have @tuckerjd sanity check this list, is something missing from Geo?
Severity: Minor
Found in lib/tasks/initialize.rake by fixme

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

      u = User.create!(name:,
Severity: Minor
Found in lib/tasks/initialize.rake 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.

cannot assign to a keyword (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

                      is_administrator:      true,
Severity: Minor
Found in lib/tasks/initialize.rake 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 kEND (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

end
Severity: Minor
Found in lib/tasks/initialize.rake 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