Catch OIDC error #15171
Annotations
7 warnings
rubocop:
app/controllers/admin/dfc_product_imports_controller.rb#L13
[rubocop] reported by reviewdog 🐶
Assignment Branch Condition size for index is too high. [<11, 42, 4> 43.6/30]
Raw Output:
app/controllers/admin/dfc_product_imports_controller.rb:13:5: C: Metrics/AbcSize: Assignment Branch Condition size for index is too high. [<11, 42, 4> 43.6/30]
|
rubocop:
app/controllers/admin/dfc_product_imports_controller.rb#L13
[rubocop] reported by reviewdog 🐶
Method has too many lines. [29/25]
Raw Output:
app/controllers/admin/dfc_product_imports_controller.rb:13:5: C: Metrics/MethodLength: Method has too many lines. [29/25]
|
rubocop:
app/controllers/admin/dfc_product_imports_controller.rb#L43
[rubocop] reported by reviewdog 🐶
Line is too long. [112/100]
Raw Output:
app/controllers/admin/dfc_product_imports_controller.rb:43:101: C: Layout/LineLength: Line is too long. [112/100]
|
rubocop:
db/migrate/20250113055412_customers_created_manually_remove_null.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
db/migrate/20250113055412_customers_created_manually_remove_null.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
rubocop:
engines/dfc_provider/app/services/dfc_request.rb#L84
[rubocop] reported by reviewdog 🐶
`rescue` at 84, 4 is not aligned with `def refresh_access_token!` at 67, 2.
Raw Output:
engines/dfc_provider/app/services/dfc_request.rb:84:5: C: Layout/RescueEnsureAlignment: `rescue` at 84, 4 is not aligned with `def refresh_access_token!` at 67, 2.
|
rubocop:
engines/dfc_provider/app/services/dfc_request.rb#L84
[rubocop] reported by reviewdog 🐶
Useless assignment to variable - `e`.
Raw Output:
engines/dfc_provider/app/services/dfc_request.rb:84:43: W: Lint/UselessAssignment: Useless assignment to variable - `e`.
|
rubocop
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading