[#8090] Upgrade to Rails 7.1 #3475
Annotations
4 warnings
build:
app/models/notification.rb#L25
[rubocop] reported by reviewdog 🐶
Do not use space inside array brackets.
Raw Output:
app/models/notification.rb:25:21: C: Layout/SpaceInsideArrayLiteralBrackets: Do not use space inside array brackets.
|
build:
app/models/notification.rb#L25
[rubocop] reported by reviewdog 🐶
Do not use space inside array brackets.
Raw Output:
app/models/notification.rb:25:38: C: Layout/SpaceInsideArrayLiteralBrackets: Do not use space inside array brackets.
|
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)
|