Actions
Feature #5344
closedEngine: Clean-up un-indented module scoping throughout application.
Description
During the initial Engine work, module namespacing was done without proper indenting to preserve rebase/merge from master. When the engine branch becomes mature, we should properly indent:
module Katello
class MyClass
end
end
turn into:
module Katello
class MyClass
end
end
----
Imported from https://trello.com/c/Nk1qyp5t/245-engine-clean-up-un-indented-module-scoping-throughout-application_
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 14
- Triaged set to Yes
Updated by David Davis over 10 years ago
- Blocks Tracker #7156: Enable/re-enable cops in rubocop and clean up code added
Updated by Mike McCune about 10 years ago
- Translation missing: en.field_story_points set to 2.0
Actions