Upgrade Rails to v7.1 & update gems (mostly only minor versions) #2594
Annotations
9 errors and 1 warning
Run RuboCop:
app/controllers/commontator/comments_controller.rb#L136
Style/RedundantLineContinuation: Redundant line continuation.
|
Run RuboCop:
app/controllers/commontator/comments_controller.rb#L159
Style/RedundantLineContinuation: Redundant line continuation.
|
Run RuboCop:
app/controllers/quizzes_controller.rb#L121
Style/RedundantLineContinuation: Redundant line continuation.
|
Run RuboCop:
app/helpers/media_helper.rb#L150
Style/RedundantParentheses: Don't use parentheses around a logical expression.
|
Run RuboCop:
app/models/quiz.rb#L118
Rails/Pluck: Prefer `pluck(:id)` over `map { |v| v[:id] }`.
|
Run RuboCop:
app/models/referral.rb#L36
Style/RedundantParentheses: Don't use parentheses around a logical expression.
|
Run RuboCop:
db/migrate/20201002094500_change_submission_foreign_keys.rb#L18
Lint/SymbolConversion: Unnecessary symbol conversion; use `:"#{relation_name}_id"` instead.
|
Run RuboCop:
db/migrate/20201002094500_change_submission_foreign_keys.rb#L19
Lint/SymbolConversion: Unnecessary symbol conversion; use `:"#{relation_name}_uuid"` instead.
|
Run RuboCop
Process completed with exit code 1.
|
Run RuboCop:
app/models/submission.rb#L66
Performance/MapCompact: Use `filter_map` instead.
|
Loading