Project

General

Profile

Actions

Feature #5344

closed

Engine: Clean-up un-indented module scoping throughout application.

Added by Mike McCune over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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_

Related issues 1 (0 open1 closed)

Blocks Katello - Tracker #7156: Enable/re-enable cops in rubocop and clean up codeClosedDavid Davis08/19/2014

Actions
Actions

Also available in: Atom PDF