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 ae8baa9 commit 6bc590e
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 6bc590e

Please sign in to comment.