Upgrade Rails to v7.1 & update gems (mostly only minor versions) #2595
Annotations
10 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:
config/initializers/new_framework_defaults_7_1.rb#L16
Layout/LineLength: Line is too long. [115/100]
|
Run RuboCop:
config/initializers/new_framework_defaults_7_1.rb#L51
Layout/LineLength: Line is too long. [110/100]
|
Run RuboCop:
config/initializers/new_framework_defaults_7_1.rb#L56
Layout/LineLength: Line is too long. [110/100]
|
Run RuboCop:
config/initializers/new_framework_defaults_7_1.rb#L59
Layout/LineLength: Line is too long. [105/100]
|
Run RuboCop:
app/models/submission.rb#L66
Performance/MapCompact: Use `filter_map` instead.
|
Loading