Update user_serializer.rb: def ordergroup_id #8
Annotations
10 errors and 1 warning
Run RuboCop:
app/channels/application_cable/channel.rb#L4
Style/RedundantSelf: Redundant `self` detected.
|
Run RuboCop:
app/controllers/api/v1/mirko_controller.rb#L13
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
Run RuboCop:
app/controllers/application_controller.rb#L14
Layout/TrailingWhitespace: Trailing whitespace detected.
|
Run RuboCop:
app/controllers/finance/bank_gateways_controller.rb#L11
Layout/SpaceAfterColon: Space missing after colon.
|
Run RuboCop:
app/controllers/finance/bank_gateways_controller.rb#L12
Style/RescueStandardError: Avoid rescuing without specifying an error class.
|
Run RuboCop:
app/controllers/finance/bank_gateways_controller.rb#L12
Naming/RescuedExceptionsVariableName: Use `e` instead of `error`.
|
Run RuboCop:
app/controllers/finance/bank_gateways_controller.rb#L24
Layout/SpaceAfterColon: Space missing after colon.
|
Run RuboCop:
app/controllers/finance/bank_gateways_controller.rb#L25
Style/RescueStandardError: Avoid rescuing without specifying an error class.
|
Run RuboCop:
app/controllers/finance/bank_gateways_controller.rb#L25
Naming/RescuedExceptionsVariableName: Use `e` instead of `error`.
|
Run RuboCop:
app/controllers/finance/financial_links_controller.rb#L11
Layout/SpaceAfterColon: Space missing after colon.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading