Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
Fix really dumb type
  • Loading branch information
mbarnett committed Apr 4, 2017
1 parent 7232e1f commit ee2dec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Style/IndentationConsistency:
Style/RegexpLiteral:
Enabled: false

Style/ParenthesesAroundCondition
Style/ParenthesesAroundCondition:
Enabled: false

# Use %w or %W for arrays of words.
Expand Down

0 comments on commit ee2dec3

Please sign in to comment.