Skip to content

Commit

Permalink
Style/ClassAndModuleChildren
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilder committed Feb 16, 2015
1 parent ebfd88d commit 8b2b43c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ Metrics/PerceivedComplexity:
Style/AccessorMethodName:
Enabled: false

# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
Enabled: false

# Offense count: 18
Style/Documentation:
Enabled: false
Expand Down
12 changes: 7 additions & 5 deletions lib/commander/methods.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module Commander::Methods
include Commander::UI
include Commander::UI::AskForClass
include Commander::Delegates
module Commander
module Methods
include Commander::UI
include Commander::UI::AskForClass
include Commander::Delegates

$terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 5 rescue 80 if $stdin.tty?
$terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 5 rescue 80 if $stdin.tty?
end
end

0 comments on commit 8b2b43c

Please sign in to comment.