brew/Library/.rubocop.yml

13 lines
228 B
YAML
Raw Normal View History

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:
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/**/*'