Skip to content

Commit

Permalink
Ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 21, 2017
1 parent fb23201 commit d7baa00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes

Style/MultilineIfThen:
Enabled: true

Style/MethodDefParentheses:
Enabled: true

Style/BracesAroundHashParameters:
Enabled: true

Layout/IndentationWidth:
Enabled: true

Expand Down Expand Up @@ -43,15 +52,6 @@ Layout/SpaceInsideHashLiteralBraces:
Layout/CaseIndentation:
Enabled: true

Style/MultilineIfThen:
Enabled: true

Style/MethodDefParentheses:
Enabled: true

Style/BracesAroundHashParameters:
Enabled: true

Lint/EndAlignment:
Enabled: true
EnforcedStyleAlignWith: variable

0 comments on commit d7baa00

Please sign in to comment.