Project

General

Profile

Actions

Feature #5344

closed

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

Added by Mike McCune almost 10 years ago. Updated over 5 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 #1

Updated by Eric Helms over 9 years ago

  • translation missing: en.field_release set to 14
  • Triaged set to Yes
Actions #2

Updated by David Davis over 9 years ago

  • Blocks Tracker #7156: Enable/re-enable cops in rubocop and clean up code added
Actions #3

Updated by Mike McCune over 9 years ago

  • translation missing: en.field_story_points set to 2.0
Actions #4

Updated by Eric Helms over 9 years ago

  • Target version set to 58
Actions #5

Updated by Eric Helms over 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF