.rubocop.yml in munge-0.1.0 vs .rubocop.yml in munge-0.2.0
- old
+ new
@@ -1,9 +1,18 @@
AllCops:
Exclude:
- vendor/bundle/**/*
- Gemfile
- Rakefile
+ - seeds/**/*
+
+Metrics/AbcSize:
+ Exclude:
+ - test/**/*
+
+Metrics/MethodLength:
+ Exclude:
+ - test/**/*
Style/AlignParameters:
Enabled: false
Style/Documentation: