financial links: show balance #66
Annotations
10 errors
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.
|
Loading