Skip to content

Restore fetch changesets functionality #17827

Restore fetch changesets functionality

Restore fetch changesets functionality #17827

Triggered via pull request December 6, 2024 08:16
Status Success
Total duration 37s
Artifacts

rubocop-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 3 notices
rubocop
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[rubocop] app/controllers/sys_controller.rb#L46-L62 <Metrics/AbcSize>: app/controllers/sys_controller.rb#L46
Assignment Branch Condition size for fetch_changesets is too high. [<3, 18, 5> 18.92/17]
[rubocop] app/controllers/sys_controller.rb#L55-L57 <Style/SafeNavigation>: app/controllers/sys_controller.rb#L55
Use safe navigation (`&.`) instead of checking if an object exists before calling the method.