Skip to content

Commit

Permalink
Merge pull request #245 from winebarrel/enable_Style/MixinUsage
Browse files Browse the repository at this point in the history
Enable Style/MixinUsage
  • Loading branch information
winebarrel committed Jun 18, 2018
2 parents 6b4f8a8 + bf1bcee commit f38da9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Style/GuardClause:
Style/MethodMissingSuper:
Enabled: false
Style/MixinUsage:
Enabled: false
Exclude:
- 'spec/**/*'
Layout/ClosingHeredocIndentation:
Enabled: false

0 comments on commit f38da9d

Please sign in to comment.