Skip to content

integrate recommendations from rubocop #55

integrate recommendations from rubocop

integrate recommendations from rubocop #55

Triggered via push March 15, 2024 13:13
Status Failure
Total duration 44s
Artifacts

rubocop.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
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.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/