Skip to content

financial links: show balance #66

financial links: show balance

financial links: show balance #66

Triggered via pull request December 2, 2024 10:56
Status Failure
Total duration 44s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: app/channels/application_cable/channel.rb#L4
Style/RedundantSelf: Redundant `self` detected.
test: app/controllers/api/v1/mirko_controller.rb#L13
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
test: app/controllers/application_controller.rb#L14
Layout/TrailingWhitespace: Trailing whitespace detected.
test: app/controllers/finance/bank_gateways_controller.rb#L11
Layout/SpaceAfterColon: Space missing after colon.
test: app/controllers/finance/bank_gateways_controller.rb#L12
Style/RescueStandardError: Avoid rescuing without specifying an error class.
test: app/controllers/finance/bank_gateways_controller.rb#L12
Naming/RescuedExceptionsVariableName: Use `e` instead of `error`.
test: app/controllers/finance/bank_gateways_controller.rb#L24
Layout/SpaceAfterColon: Space missing after colon.
test: app/controllers/finance/bank_gateways_controller.rb#L25
Style/RescueStandardError: Avoid rescuing without specifying an error class.
test: app/controllers/finance/bank_gateways_controller.rb#L25
Naming/RescuedExceptionsVariableName: Use `e` instead of `error`.
test: app/controllers/finance/financial_links_controller.rb#L11
Layout/SpaceAfterColon: Space missing after colon.