Skip to content

Commit

Permalink
Fixed .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Lambert committed Mar 3, 2017
1 parent 3cf1886 commit b86d522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Style/NumericLiterals:
Enabled: false

Style/CaseIndentation:
IndentWhenRelativeTo: end
EnforcedStyle: end

Style/IndentHash:
EnforcedStyle: consistent
Expand Down Expand Up @@ -66,7 +66,7 @@ Metrics/PerceivedComplexity:
Enabled: false

Lint/EndAlignment:
AlignWith: variable
EnforcedStyleAlignWith: variable

Style/FrozenStringLiteralComment:
Enabled: false
Expand Down

0 comments on commit b86d522

Please sign in to comment.