SpeciesFileGroup/taxonworks

View on GitHub
config/initializers/constants/model/taxon_name_relationships.rb

Summary

Maintainability
A
0 mins
Test Coverage

Do not write to stdout. Use Rails's logger if you want to log.
Open

    puts Rainbow('skipping taxon name relationships constants initialization (this is ok if you are migrating the database)').yellow.bold

This cop checks for the use of output calls like puts and print

Example:

# bad
puts 'A debug message'
pp 'A debug message'
print 'A debug message'

# good
Rails.logger.debug 'A debug message'

TODO found
Open

# TODO: Resolve chicken/egg, this breaks -t group:nomenclature specs !!

TODO found
Open

      # TODO: check .assignable property prior to building

TODO found
Open

      # TODO: deprecate this array of Classes for array of strings

There are no issues that match your filters.

Category
Status