.rubocop.yml in alba-0.13.0 vs .rubocop.yml in alba-0.13.1
- old
+ new
@@ -10,9 +10,10 @@
AllCops:
Exclude:
- 'Rakefile'
- 'alba.gemspec'
+ - 'benchmark/**/*.rb'
NewCops: enable
EnabledByDefault: true
# Oneline comment is not valid so until it gets valid, we disable it
Bundler/GemComment: