SpeciesFileGroup/taxonworks

View on GitHub
lib/housekeeping/combined_scopes.rb

Summary

Maintainability
A
0 mins
Test Coverage

Prefer 1.week.
Open

        t[:created_at].gt(1.weeks.ago).
Severity: Minor
Found in lib/housekeeping/combined_scopes.rb by rubocop

This cop checks for correct grammar when using ActiveSupport's core extensions to the numeric classes.

Example:

# bad
3.day.ago
1.months.ago

# good
3.days.ago
1.month.ago

Prefer 1.week.
Open

        or(t[:updated_at].gt(1.weeks.ago)
Severity: Minor
Found in lib/housekeeping/combined_scopes.rb by rubocop

This cop checks for correct grammar when using ActiveSupport's core extensions to the numeric classes.

Example:

# bad
3.day.ago
1.months.ago

# good
3.days.ago
1.month.ago

TODO found
Open

# TODO: DEPRECATE 
Severity: Minor
Found in lib/housekeeping/combined_scopes.rb by fixme

There are no issues that match your filters.

Category
Status