aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-20 20:37:18 +0200
committerMarkus Reiter2016-09-23 15:30:05 +0200
commit14362a7e5fe34be9a26eebda7424858c1458e0b2 (patch)
tree14dae0d96ac315fb05cc2b3e37453b42e7683a92 /Library
parenta5f050245e1d10654c3f90e1df30de56f49b059e (diff)
downloadbrew-14362a7e5fe34be9a26eebda7424858c1458e0b2.tar.bz2
Include `.simplecov` in RuboCop.
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index d6dc0c429..99de0d8a2 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -4,6 +4,8 @@ inherit_from:
AllCops:
TargetRubyVersion: 2.0
+ Include:
+ - '**/.simplecov'
Exclude:
- 'Homebrew/cask/**/*'
- 'Homebrew/vendor/**/*'