Skip to content

Commit

Permalink
Minor style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelser committed Oct 6, 2016
1 parent 2088fd9 commit 58fae54
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Style/SpaceInsideBrackets:
Style/AndOr:
Enabled: false

Style/TrailingComma:
Style/TrailingCommaInLiteral:
Enabled: true

Style/SpaceBeforeComma:
Expand All @@ -98,7 +98,7 @@ Style/SpaceAfterColon:
Style/SpaceAfterComma:
Enabled: true

Style/SpaceAfterControlKeyword:
Style/SpaceAroundKeyword:
Enabled: true

Style/SpaceAfterNot:
Expand Down Expand Up @@ -163,7 +163,7 @@ Style/StringLiterals:
EnforcedStyle: double_quotes

Metrics/CyclomaticComplexity:
Max: 8
Max: 10

Metrics/LineLength:
Max: 128
Expand Down Expand Up @@ -214,3 +214,6 @@ Metrics/ParameterLists:

Metrics/PerceivedComplexity:
Enabled: false

Style/Documentation:
Enabled: false

0 comments on commit 58fae54

Please sign in to comment.