Include .simplecov in RuboCop.

This commit is contained in:
Markus Reiter 2016-09-20 20:37:18 +02:00
parent a5f050245e
commit 14362a7e5f

View File

@ -4,6 +4,8 @@ inherit_from:
AllCops:
TargetRubyVersion: 2.0
Include:
- '**/.simplecov'
Exclude:
- 'Homebrew/cask/**/*'
- 'Homebrew/vendor/**/*'