Bug #33167
spacing 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.
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Justin Sherrill
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9508 added
#2
Updated by Ian Ballou over 1 year ago
- Triaged changed from No to Yes
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#4
Updated by Justin Sherrill over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|f75b3389a0d04e651c131ee53c1c49b144e519cc.
Fixes #33167 - fix spacing on rubocop disablement