Actions
Bug #33167
closedspacing issue with rubocop disablement
Description
recently we got an error downstream for this rubocop issue:
[2021-07-27T20:13:35.139Z] /home/jenkins/workspace/sat6-unit-test-katello/plugin/test/models/sync_plan_test.rb:4:47: C: Layout/ExtraSpacing: Unnecessary spacing detected.
[2021-07-27T20:13:35.139Z] class SyncPlanTest < ActiveSupport::TestCase # rubocop:disable Metrics/ClassLength
[2021-07-27T20:13:35.139Z] ^
its not clear why this is not happening upstream, but we should fix it.
Actions