Skip to content

Commit

Permalink
Fixed deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 21, 2017
1 parent de98d29 commit fb23201
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AllCops:
- doc/**/*.rb
- rake.gemspec

Style/LineLength:
Metrics/LineLength:
Enabled: true
Max: 120

Expand All @@ -16,31 +16,31 @@ Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes

Style/IndentationWidth:
Layout/IndentationWidth:
Enabled: true

Style/Tab:
Layout/Tab:
Enabled: true

Style/EmptyLines:
Layout/EmptyLines:
Enabled: true

Style/TrailingBlankLines:
Layout/TrailingBlankLines:
Enabled: true

Style/TrailingWhitespace:
Layout/TrailingWhitespace:
Enabled: true

Style/SpaceBeforeBlockBraces:
Layout/SpaceBeforeBlockBraces:
Enabled: true

Style/SpaceInsideBlockBraces:
Layout/SpaceInsideBlockBraces:
Enabled: true

Style/SpaceInsideHashLiteralBraces:
Layout/SpaceInsideHashLiteralBraces:
Enabled: true

Style/CaseIndentation:
Layout/CaseIndentation:
Enabled: true

Style/MultilineIfThen:
Expand Down

0 comments on commit fb23201

Please sign in to comment.