Continuous Release 1.14.0 #2894
linter.yml
on: pull_request
RuboCop (Ruby)
50s
ESLint (JS)
28s
Annotations
4 errors
RuboCop (Ruby):
app/models/assignment.rb#L23
Rails/WhereRange: Use `where(deadline: Time.zone.now..)` instead of manually constructing SQL.
|
RuboCop (Ruby):
app/models/assignment.rb#L25
Rails/WhereRange: Use `where(deadline: ...Time.zone.now)` instead of manually constructing SQL.
|
RuboCop (Ruby):
app/models/medium.rb#L124
Rails/WhereRange: Use `where(created_at: ...1.day.ago)` instead of manually constructing SQL.
|
RuboCop (Ruby)
Process completed with exit code 1.
|