.rubocop.yml in insert_from_file-0.0.2 vs .rubocop.yml in insert_from_file-0.0.3
- old
+ new
@@ -1,8 +1,16 @@
+Metrics/AbcSize:
+ Exclude:
+ - lib/insert_from_file.rb
+
Metrics/BlockLength:
Exclude:
- insert_from_file.gemspec
- spec/insert_from_file_spec.rb
Metrics/LineLength:
Exclude:
- insert_from_file.gemspec
+
+Metrics/ModuleLength:
+ Exclude:
+ - lib/insert_from_file.rb