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 Feb 13, 2016
1 parent 6ea4d02 commit 76830ae
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 76830ae

Please sign in to comment.