2016-09-18 14:27:09 +01:00
|
|
|
inherit_from:
|
|
|
|
|
- .rubocop_rules.yml
|
|
|
|
|
- .rubocop_todo.yml
|
2016-09-17 16:13:48 +01:00
|
|
|
|
2015-08-02 14:56:01 +01:00
|
|
|
AllCops:
|
2016-09-17 15:32:44 +01:00
|
|
|
TargetRubyVersion: 2.0
|
2016-09-20 20:37:18 +02:00
|
|
|
Include:
|
|
|
|
|
- '**/.simplecov'
|
2015-08-02 14:56:01 +01:00
|
|
|
Exclude:
|
2016-09-17 16:13:48 +01:00
|
|
|
- 'Homebrew/cask/**/*'
|
2015-08-02 14:56:01 +01:00
|
|
|
- 'Homebrew/vendor/**/*'
|
|
|
|
|
- 'Homebrew/test/vendor/**/*'
|