[#8090] Upgrade to Rails 7.1 #3448
Annotations
2 errors and 10 warnings
build
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
build
Process completed with exit code 1.
|
build:
config/environments/production.rb#L51
[rubocop] reported by reviewdog 🐶
Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains)
Raw Output:
config/environments/production.rb:51:5: C: Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains)
|
build:
config/environments/production.rb#L52
[rubocop] reported by reviewdog 🐶
Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains)
Raw Output:
config/environments/production.rb:52:5: C: Layout/DotPosition: Place the . on the previous line, together with the method call receiver. (https://rubystyle.guide#consistent-multi-line-chains)
|
build:
config/initializers/filter_parameter_logging.rb#L3
[rubocop] reported by reviewdog 🐶
Line is too long. [108/80] (https://rubystyle.guide#max-line-length)
Raw Output:
config/initializers/filter_parameter_logging.rb:3:81: C: Layout/LineLength: Line is too long. [108/80] (https://rubystyle.guide#max-line-length)
|
build:
config/initializers/filter_parameter_logging.rb#L5
[rubocop] reported by reviewdog 🐶
Line is too long. [93/80] (https://rubystyle.guide#max-line-length)
Raw Output:
config/initializers/filter_parameter_logging.rb:5:81: C: Layout/LineLength: Line is too long. [93/80] (https://rubystyle.guide#max-line-length)
|
build:
db/migrate/20250108184817_add_service_name_to_active_storage_blobs.active_storage.rb#L6
[rubocop] reported by reviewdog 🐶
Use a guard clause (`return if column_exists?(:active_storage_blobs, :service_name)`) instead of wrapping the code inside a conditional expression. (https://rubystyle.guide#no-nested-conditionals)
Raw Output:
db/migrate/20250108184817_add_service_name_to_active_storage_blobs.active_storage.rb:6:5: C: Style/GuardClause: Use a guard clause (`return if column_exists?(:active_storage_blobs, :service_name)`) instead of wrapping the code inside a conditional expression. (https://rubystyle.guide#no-nested-conditionals)
|
build:
db/migrate/20250108184817_add_service_name_to_active_storage_blobs.active_storage.rb#L9
[rubocop] reported by reviewdog 🐶
Use `==` if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition. (https://rubystyle.guide#safe-assignment-in-condition)
Raw Output:
db/migrate/20250108184817_add_service_name_to_active_storage_blobs.active_storage.rb:9:29: W: Lint/AssignmentInCondition: Use `==` if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition. (https://rubystyle.guide#safe-assignment-in-condition)
|
build:
db/migrate/20250108184817_add_service_name_to_active_storage_blobs.active_storage.rb#L10
[rubocop] reported by reviewdog 🐶
Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
Raw Output:
db/migrate/20250108184817_add_service_name_to_active_storage_blobs.active_storage.rb:10:81: C: Layout/LineLength: Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
|
build:
db/migrate/20250108184818_create_active_storage_variant_records.active_storage.rb#L7
[rubocop] reported by reviewdog 🐶
Line is too long. [98/80] (https://rubystyle.guide#max-line-length)
Raw Output:
db/migrate/20250108184818_create_active_storage_variant_records.active_storage.rb:7:81: C: Layout/LineLength: Line is too long. [98/80] (https://rubystyle.guide#max-line-length)
|
build:
db/migrate/20250108184818_create_active_storage_variant_records.active_storage.rb#L8
[rubocop] reported by reviewdog 🐶
Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
Raw Output:
db/migrate/20250108184818_create_active_storage_variant_records.active_storage.rb:8:81: C: Layout/LineLength: Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
|
build:
db/migrate/20250108184818_create_active_storage_variant_records.active_storage.rb#L11
[rubocop] reported by reviewdog 🐶
Do not use spaces inside percent literal delimiters.
Raw Output:
db/migrate/20250108184818_create_active_storage_variant_records.active_storage.rb:11:18: C: Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
|