[#8423] Upgrade to Rails 7.2 #3485
Annotations
4 warnings
Run RuboCop linter:
config/environments/production.rb#L91
[rubocop] reported by reviewdog 🐶
Do not use space inside array brackets.
Raw Output:
config/environments/production.rb:91:50: C: Layout/SpaceInsideArrayLiteralBrackets: Do not use space inside array brackets.
|
Run RuboCop linter:
config/environments/production.rb#L91
[rubocop] reported by reviewdog 🐶
Do not use space inside array brackets.
Raw Output:
config/environments/production.rb:91:54: C: Layout/SpaceInsideArrayLiteralBrackets: Do not use space inside array brackets.
|
Run RuboCop linter:
config/initializers/filter_parameter_logging.rb#L7
[rubocop] reported by reviewdog 🐶
Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
Raw Output:
config/initializers/filter_parameter_logging.rb:7:81: C: Layout/LineLength: Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
|
Run RuboCop linter:
config/puma.rb#L26
[rubocop] reported by reviewdog 🐶
Line is too long. [85/80] (https://rubystyle.guide#max-line-length)
Raw Output:
config/puma.rb:26:81: C: Layout/LineLength: Line is too long. [85/80] (https://rubystyle.guide#max-line-length)
|
Loading