.rubocop.yml in etcd-0.2.4 vs .rubocop.yml in etcd-0.3.0
- old
+ new
@@ -1,10 +1,10 @@
AllCops:
- Includes:
+ Include:
- Gemfile
- - lib/**
- Excludes:
- - spec/**
+ - lib/**/*
+ Exclude:
+ - spec/**/*
Encoding:
Enabled: false
LineLength: