Restore fetch changesets functionality #17827
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.
|
[rubocop] spec/controllers/sys_controller_spec.rb#L507 <RSpec/AnyInstance>:
spec/controllers/sys_controller_spec.rb#L507
Avoid stubbing using `allow_any_instance_of`.
|