Skip to content

Commit

Permalink
Rubocop!
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Jun 25, 2015
1 parent dadb13f commit 128645a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Expand Up @@ -2,7 +2,10 @@ Lint/Void:
Enabled: false

Metrics/AbcSize:
Max: 20
Max: 27

Metrics/CyclomaticComplexity:
Max: 7

Metrics/LineLength:
Max: 100
Expand Down
2 changes: 1 addition & 1 deletion lib/liferaft/version.rb
Expand Up @@ -22,7 +22,7 @@ def initialize(version_string)
end

def to_s
return "#{@major}.#{@minor}.#{@patch} Build #{@build}"
"#{@major}.#{@minor}.#{@patch} Build #{@build}"
end

def >(other)
Expand Down

0 comments on commit 128645a

Please sign in to comment.