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.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/9508 added
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.3.0 added
Updated by Justin Sherrill over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|f75b3389a0d04e651c131ee53c1c49b144e519cc.
Actions