Skip to content

Catch OIDC error #15171

Catch OIDC error

Catch OIDC error #15171

Triggered via pull request January 22, 2025 03:05
Status Success
Total duration 1m 55s
Artifacts

linters.yml

on: pull_request
runner / rubocop
1m 45s
runner / rubocop
runner / prettier
34s
runner / prettier
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
runner / prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / 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]
runner / 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]
runner / 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]
runner / 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.
runner / 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.
runner / 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`.
runner / rubocop
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.