Fix payment error #12695
Closed
Fix payment error #12695
Annotations
1 error and 6 warnings
|
app/controllers/checkout_controller.rb#L71
[rubocop] reported by reviewdog 🐶
Line is too long. [123/100]
Raw Output:
app/controllers/checkout_controller.rb:71:101: C: Layout/LineLength: Line is too long. [123/100]
|
spec/controllers/checkout_controller_spec.rb#L311
[rubocop] reported by reviewdog 🐶
Block body expression is on the same line as the block start.
Raw Output:
spec/controllers/checkout_controller_spec.rb:311:36: C: Layout/MultilineBlockLayout: Block body expression is on the same line as the block start.
|
spec/controllers/checkout_controller_spec.rb#L312
[rubocop] reported by reviewdog 🐶
Use 2 spaces for indentation in an array, relative to the start of the line where the left square bracket is.
Raw Output:
spec/controllers/checkout_controller_spec.rb:312:15: C: Layout/FirstArrayElementIndentation: Use 2 spaces for indentation in an array, relative to the start of the line where the left square bracket is.
|
spec/controllers/checkout_controller_spec.rb#L314
[rubocop] reported by reviewdog 🐶
Indent the right bracket the same as the start of the line where the left bracket is.
Raw Output:
spec/controllers/checkout_controller_spec.rb:314:13: C: Layout/FirstArrayElementIndentation: Indent the right bracket the same as the start of the line where the left bracket is.
|
spec/controllers/checkout_controller_spec.rb#L314
[rubocop] reported by reviewdog 🐶
Expression at 314, 15 should be on its own line.
Raw Output:
spec/controllers/checkout_controller_spec.rb:314:15: C: Layout/BlockEndNewline: Expression at 314, 15 should be on its own line.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading