Skip to content

Commit

Permalink
Disable Style/GuardClause cop
Browse files Browse the repository at this point in the history
This gets the build to green for now. An issue will be opened to
discuss what to do with this cop going forward.
  • Loading branch information
craiglittle committed Jan 24, 2016
1 parent c4bc69f commit dfe701b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ Style/FileName:

Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma

Style/GuardClause:
Enabled: false

0 comments on commit dfe701b

Please sign in to comment.